Builds an analyzer with the given stop words.
Namespace: Lucene.Net.Analysis.StandardAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
[ObsoleteAttribute("Use StandardAnalyzer(Version, Set) instead")] public StandardAnalyzer( string[] stopWords ) |
Visual Basic |
---|
<ObsoleteAttribute("Use StandardAnalyzer(Version, Set) instead")> _ Public Sub New ( _ stopWords As String() _ ) |
Visual C++ |
---|
[ObsoleteAttribute(L"Use StandardAnalyzer(Version, Set) instead")] public: StandardAnalyzer( array<String^>^ stopWords ) |
Parameters
- stopWords
- Type: array<System..::..String>[]()[][]
[Missing <param name="stopWords"/> documentation for "M:Lucene.Net.Analysis.Standard.StandardAnalyzer.#ctor(System.String[])"]