org.apache.solr.analysis
Class FrenchStemFilterFactory

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

public class FrenchStemFilterFactory
extends BaseTokenFilterFactory


Field Summary
 
Fields inherited from class org.apache.solr.analysis.BaseTokenFilterFactory
args, log
 
Constructor Summary
FrenchStemFilterFactory()
           
 
Method Summary
 FrenchStemFilter create(TokenStream in)
          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

FrenchStemFilterFactory

public FrenchStemFilterFactory()
Method Detail

create

public FrenchStemFilter create(TokenStream in)
Description copied from interface: TokenFilterFactory
Transform the specified input TokenStream



Copyright © 2011 Apache Software Foundation. All Rights Reserved.