Builds an analyzer with the stop words from the given set.

Namespace: Lucene.Net.Analysis
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public StopAnalyzer(
	Version matchVersion,
	Hashtable stopWords
)
Visual Basic
Public Sub New ( _
	matchVersion As Version, _
	stopWords As Hashtable _
)
Visual C++
public:
StopAnalyzer(
	Version^ matchVersion, 
	Hashtable^ stopWords
)

Parameters

matchVersion
Type: Lucene.Net.Util..::..Version

[Missing <param name="matchVersion"/> documentation for "M:Lucene.Net.Analysis.StopAnalyzer.#ctor(Lucene.Net.Util.Version,System.Collections.Hashtable)"]

stopWords
Type: System.Collections..::..Hashtable

[Missing <param name="stopWords"/> documentation for "M:Lucene.Net.Analysis.StopAnalyzer.#ctor(Lucene.Net.Util.Version,System.Collections.Hashtable)"]

See Also