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 |
log
args, 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, warnDeprecated
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getArgs, init
private 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)
TokenFilterFactory
create
in interface TokenFilterFactory
public void inform(ResourceLoader loader)
inform
in interface ResourceLoaderAware