Builds an analyzer with the given stop words.

Namespace: Lucene.Net.Analysis.De
Assembly: Lucene.Net.Contrib.Analyzers (in Lucene.Net.Contrib.Analyzers.dll) Version: 2.9.2.1 (2.9.2.1)

Syntax

C#
public GermanAnalyzer(
	string[] stopwords
)
Visual Basic
Public Sub New ( _
	stopwords As String() _
)
Visual C++
public:
GermanAnalyzer(
	array<String^>^ stopwords
)

Parameters

stopwords
Type: array<System..::..String>[]()[][]

[Missing <param name="stopwords"/> documentation for "M:Lucene.Net.Analysis.De.GermanAnalyzer.#ctor(System.String[])"]

See Also