Save This Page
Home » lucene-2.3.2-src » org.apache » lucene » analysis » fr » [javadoc | source]
org.apache.lucene.analysis.fr
public final class: FrenchStemFilter [javadoc | source]
java.lang.Object
   org.apache.lucene.analysis.TokenStream
      org.apache.lucene.analysis.TokenFilter
         org.apache.lucene.analysis.fr.FrenchStemFilter
A filter that stemms french words. It supports a table of words that should not be stemmed at all. The used stemmer can be changed at runtime after the filter object is created (as long as it is a FrenchStemmer).
Fields inherited from org.apache.lucene.analysis.TokenFilter:
input
Constructor:
 public FrenchStemFilter(TokenStream in) 
 public FrenchStemFilter(TokenStream in,
    Set exclusiontable) 
Method from org.apache.lucene.analysis.fr.FrenchStemFilter Summary:
next,   setExclusionTable,   setStemmer
Methods from org.apache.lucene.analysis.TokenFilter:
close
Methods from org.apache.lucene.analysis.TokenStream:
close,   next,   next,   reset
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.lucene.analysis.fr.FrenchStemFilter Detail:
 public final Token next() throws IOException 
 public  void setExclusionTable(Hashtable exclusiontable) 
    Set an alternative exclusion list for this filter.
 public  void setStemmer(FrenchStemmer stemmer) 
    Set a alternative/custom FrenchStemmer for this filter.