org.apache.solr.analysis
Class EnglishPorterFilterFactory
java.lang.Object
org.apache.solr.analysis.BaseTokenFilterFactory
org.apache.solr.analysis.EnglishPorterFilterFactory
- All Implemented Interfaces:
- TokenFilterFactory, ResourceLoaderAware
Deprecated. Use SnowballPorterFilterFactory with language="English" instead
public class EnglishPorterFilterFactory
- extends BaseTokenFilterFactory
- implements ResourceLoaderAware
- Version:
- $Id: EnglishPorterFilterFactory.java 804726 2009-08-16 17:28:58Z yonik $
Method Summary |
org.apache.solr.analysis.EnglishPorterFilter |
create(TokenStream input)
Deprecated. Transform the specified input TokenStream |
void |
inform(ResourceLoader loader)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROTECTED_TOKENS
public static final String PROTECTED_TOKENS
- Deprecated.
- See Also:
- Constant Field Values
EnglishPorterFilterFactory
public EnglishPorterFilterFactory()
- Deprecated.
inform
public void inform(ResourceLoader loader)
- Deprecated.
- Specified by:
inform
in interface ResourceLoaderAware
create
public org.apache.solr.analysis.EnglishPorterFilter create(TokenStream input)
- Deprecated.
- Description copied from interface:
TokenFilterFactory
- Transform the specified input TokenStream
- Specified by:
create
in interface TokenFilterFactory
Copyright © 2009 Apache Software Foundation. All Rights Reserved.