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 472574 2006-11-08 18:25:52Z yonik $
- Author:
- yonik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PorterStemFilterFactory
public PorterStemFilterFactory()
create
public TokenStream create(TokenStream input)
- Description copied from interface:
TokenFilterFactory
- Transform the specified input TokenStream
Copyright © 2006 - 2009 The Apache Software Foundation