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