@Deprecated public class EnglishPorterFilterFactory extends BaseTokenFilterFactory implements ResourceLoaderAware
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROTECTED_TOKENS
Deprecated.
|
private org.apache.lucene.analysis.CharArraySet |
protectedWords
Deprecated.
|
logargs, luceneMatchVersion| Constructor and Description |
|---|
EnglishPorterFilterFactory()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.analysis.TokenFilter |
create(org.apache.lucene.analysis.TokenStream input)
Deprecated.
Transform the specified input TokenStream
|
void |
inform(ResourceLoader loader)
Deprecated.
|
void |
init(java.util.Map<java.lang.String,java.lang.String> args)
Deprecated.
init will be called just once, immediately after creation. |
assureMatchVersion, getArgs, getBoolean, getBoolean, getInt, getInt, getInt, getSnowballWordSet, getWordSet, warnDeprecatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetArgspublic static final java.lang.String PROTECTED_TOKENS
private org.apache.lucene.analysis.CharArraySet protectedWords
public void init(java.util.Map<java.lang.String,java.lang.String> args)
TokenFilterFactoryinit will be called just once, immediately after creation.
The args are user-level initialization parameters that may be specified when declaring the factory in the schema.xml
init in interface TokenFilterFactoryinit in class BaseTokenStreamFactorypublic void inform(ResourceLoader loader)
inform in interface ResourceLoaderAwarepublic org.apache.lucene.analysis.TokenFilter create(org.apache.lucene.analysis.TokenStream input)
TokenFilterFactorycreate in interface TokenFilterFactory