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

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

Syntax

C#
[ObsoleteAttribute("Use StandardAnalyzer(Version, Reader) instead")]
public StandardAnalyzer(
	TextReader stopwords
)
Visual Basic
<ObsoleteAttribute("Use StandardAnalyzer(Version, Reader) instead")> _
Public Sub New ( _
	stopwords As TextReader _
)
Visual C++
[ObsoleteAttribute(L"Use StandardAnalyzer(Version, Reader) instead")]
public:
StandardAnalyzer(
	TextReader^ stopwords
)

Parameters

stopwords
Type: System.IO..::..TextReader

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

See Also