org.apache.solr.analysis
Class EnglishPorterFilterFactory

java.lang.Object
  extended by org.apache.solr.analysis.BaseTokenFilterFactory
      extended by 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 $

Field Summary
static String PROTECTED_TOKENS
          Deprecated.  
 
Fields inherited from class org.apache.solr.analysis.BaseTokenFilterFactory
args, log
 
Constructor Summary
EnglishPorterFilterFactory()
          Deprecated.  
 
Method Summary
 org.apache.solr.analysis.EnglishPorterFilter create(TokenStream input)
          Deprecated. Transform the specified input TokenStream
 void inform(org.apache.solr.common.ResourceLoader loader)
          Deprecated.  
 
Methods inherited from class org.apache.solr.analysis.BaseTokenFilterFactory
getArgs, getBoolean, getBoolean, getInt, getInt, getInt, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROTECTED_TOKENS

public static final String PROTECTED_TOKENS
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

EnglishPorterFilterFactory

public EnglishPorterFilterFactory()
Deprecated. 
Method Detail

inform

public void inform(org.apache.solr.common.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.