SnowballFilter with
FrenchStemmer instead, which has the
same functionality. This filter will be removed in Lucene 5.0@Deprecated public final class FrenchStemFilter extends TokenFilter
TokenFilter that stems french words.
The used stemmer can be changed at runtime after the
filter object is created (as long as it is a FrenchStemmer).
To prevent terms from being stemmed use an instance of
KeywordMarkerFilter or a custom TokenFilter that sets
the KeywordAttribute before this TokenStream.
KeywordMarkerFilterAttributeSource.AttributeFactory, AttributeSource.Stateinput| Constructor and Description |
|---|
FrenchStemFilter(TokenStream in)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
incrementToken()
Deprecated.
|
void |
setStemmer(FrenchStemmer stemmer)
Deprecated.
Set a alternative/custom
FrenchStemmer for this filter. |
close, end, resetaddAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, restoreStatepublic FrenchStemFilter(TokenStream in)
public boolean incrementToken()
throws IOException
incrementToken in class TokenStreamIOExceptionpublic void setStemmer(FrenchStemmer stemmer)
FrenchStemmer for this filter.Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.