Example usage for Java org.apache.lucene.analysis.de GermanAnalyzer fields, constructors, methods, implement or subclass
The text is from its open source code.
GermanAnalyzer(CharArraySet stopwords) Builds an analyzer with the given stop words | |
GermanAnalyzer() Builds an analyzer with the default stop words: #getDefaultStopSet() . | |
GermanAnalyzer(CharArraySet stopwords, CharArraySet stemExclusionSet) Builds an analyzer with the given stop words |
CharArraySet | getDefaultStopSet() Returns a set of default German-stopwords |
void | setVersion(Version v) Set the version of Lucene this analyzer should mimic the behavior for for analysis. |
TokenStream | tokenStream(final String fieldName, final Reader reader) Returns a TokenStream suitable for fieldName , tokenizing the contents of reader . |