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
.
KeywordMarkerFilter
AttributeSource.State
input
DEFAULT_TOKEN_ATTRIBUTE_FACTORY
DEFAULT_ATTRIBUTE_FACTORY
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, reset
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, restoreState, toString
public FrenchStemFilter(TokenStream in)
public boolean incrementToken() throws IOException
incrementToken
in class TokenStream
IOException
public void setStemmer(FrenchStemmer stemmer)
FrenchStemmer
for this filter.Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.