Lucene.Net 1.4.3 Class Library

GermanAnalyzer Constructor

Builds an analyzer.

Overload List

Builds an analyzer.

public GermanAnalyzer();

Builds an analyzer with the given stop words.

public GermanAnalyzer(Hashtable);

Builds an analyzer with the given stop words.

public GermanAnalyzer(FileInfo);

Builds an analyzer with the given stop words.

public GermanAnalyzer(string[]);

See Also

GermanAnalyzer Class | Lucene.Net.Analysis.DE Namespace