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#
[ObsoleteAttribute("Use StandardAnalyzer(Version, Set) instead")]
public StandardAnalyzer(
	Hashtable stopWords
)
Visual Basic
<ObsoleteAttribute("Use StandardAnalyzer(Version, Set) instead")> _
Public Sub New ( _
	stopWords As Hashtable _
)
Visual C++
[ObsoleteAttribute(L"Use StandardAnalyzer(Version, Set) instead")]
public:
StandardAnalyzer(
	Hashtable^ stopWords
)

Parameters

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

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

See Also