org.apache.solr.analysis
Class StandardFilterFactory

java.lang.Object
  extended by org.apache.solr.analysis.BaseTokenFilterFactory
      extended by org.apache.solr.analysis.StandardFilterFactory
All Implemented Interfaces:
TokenFilterFactory

public class StandardFilterFactory
extends BaseTokenFilterFactory

Version:
$Id: StandardFilterFactory.java 472574 2006-11-08 18:25:52Z yonik $
Author:
yonik

Field Summary
 
Fields inherited from class org.apache.solr.analysis.BaseTokenFilterFactory
args
 
Constructor Summary
StandardFilterFactory()
           
 
Method Summary
 org.apache.lucene.analysis.TokenStream create(org.apache.lucene.analysis.TokenStream input)
          Transform the specified input TokenStream
 
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
 

Constructor Detail

StandardFilterFactory

public StandardFilterFactory()
Method Detail

create

public org.apache.lucene.analysis.TokenStream create(org.apache.lucene.analysis.TokenStream input)
Description copied from interface: TokenFilterFactory
Transform the specified input TokenStream



Copyright © 2006 - 2008 The Apache Software Foundation