Builds an analyzer with the given stop words.

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

Syntax

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

Parameters

matchVersion
Type: Lucene.Net.Util..::..Version
Lucene version to match See {@link above}
stopWords
Type: System.Collections..::..Hashtable
stop words

See Also