org.apache.solr.analysis
Class PorterStemFilterFactory
java.lang.Object
org.apache.solr.analysis.BaseTokenFilterFactory
org.apache.solr.analysis.PorterStemFilterFactory
- All Implemented Interfaces:
- TokenFilterFactory
public class PorterStemFilterFactory
- extends BaseTokenFilterFactory
- Version:
- $Id: PorterStemFilterFactory.java 591158 2007-11-01 22:37:42Z hossman $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PorterStemFilterFactory
public PorterStemFilterFactory()
create
public PorterStemFilter create(TokenStream input)
- Description copied from interface:
TokenFilterFactory
- Transform the specified input TokenStream
Copyright © 2011 Apache Software Foundation. All Rights Reserved.