Builds an analyzer.
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[]);
GermanAnalyzer Class | Lucene.Net.Analysis.DE Namespace