public class StempelPolishStemFilterFactory extends BaseTokenFilterFactory implements ResourceLoaderAware
StempelFilter using a Polish stemming table.| Modifier and Type | Field and Description |
|---|---|
private org.egothor.stemmer.Trie |
stemmer |
private static java.lang.String |
STEMTABLE |
logargs, luceneMatchVersion| Constructor and Description |
|---|
StempelPolishStemFilterFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.analysis.TokenStream |
create(org.apache.lucene.analysis.TokenStream input)
Transform the specified input TokenStream
|
void |
inform(ResourceLoader loader) |
assureMatchVersion, getArgs, getBoolean, getBoolean, getInt, getInt, getInt, getSnowballWordSet, getWordSet, init, warnDeprecatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetArgs, initprivate org.egothor.stemmer.Trie stemmer
private static final java.lang.String STEMTABLE
public org.apache.lucene.analysis.TokenStream create(org.apache.lucene.analysis.TokenStream input)
TokenFilterFactorycreate in interface TokenFilterFactorypublic void inform(ResourceLoader loader)
inform in interface ResourceLoaderAware