DotLucene 1.4 API Documentation

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