Builds an analyzer with the stop words from the given reader.
Namespace: Lucene.Net.AnalysisAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
[ObsoleteAttribute("Use StopAnalyzer(Version, Reader) instead")] public StopAnalyzer( TextReader stopwords ) |
Visual Basic |
---|
<ObsoleteAttribute("Use StopAnalyzer(Version, Reader) instead")> _ Public Sub New ( _ stopwords As TextReader _ ) |
Visual C++ |
---|
[ObsoleteAttribute(L"Use StopAnalyzer(Version, Reader) instead")] public: StopAnalyzer( TextReader^ stopwords ) |
Parameters
- stopwords
- Type: System.IO..::..TextReader
[Missing <param name="stopwords"/> documentation for "M:Lucene.Net.Analysis.StopAnalyzer.#ctor(System.IO.TextReader)"]
See Also
[!:WordlistLoader.GetWordSet(Reader)]