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

Parameters

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

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

See Also