public class SnowballFilter
extends org.apache.lucene.analysis.TokenFilter
org.tartarus.snowball.ext.| Constructor and Description |
|---|
SnowballFilter(org.apache.lucene.analysis.TokenStream input,
SnowballProgram stemmer) |
SnowballFilter(org.apache.lucene.analysis.TokenStream in,
java.lang.String name)
Construct the named stemming filter.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
incrementToken()
Returns the next input Token, after being stemmed
|
org.apache.lucene.analysis.Token |
next()
Deprecated.
Will be removed in Lucene 3.0. This method is final, as it should
not be overridden. Delegates to the backwards compatibility layer.
|
org.apache.lucene.analysis.Token |
next(org.apache.lucene.analysis.Token reusableToken)
Deprecated.
Will be removed in Lucene 3.0. This method is final, as it should
not be overridden. Delegates to the backwards compatibility layer.
|
getOnlyUseNewAPI, setOnlyUseNewAPIaddAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, restoreState, toStringpublic SnowballFilter(org.apache.lucene.analysis.TokenStream input,
SnowballProgram stemmer)
public SnowballFilter(org.apache.lucene.analysis.TokenStream in,
java.lang.String name)
org.tartarus.snowball.ext.
The name of a stemmer is the part of the class name before "Stemmer",
e.g., the stemmer in EnglishStemmer is named "English".in - the input tokens to stemname - the name of a stemmerpublic final boolean incrementToken()
throws java.io.IOException
incrementToken in class org.apache.lucene.analysis.TokenStreamjava.io.IOExceptionpublic final org.apache.lucene.analysis.Token next(org.apache.lucene.analysis.Token reusableToken)
throws java.io.IOException
next in class org.apache.lucene.analysis.TokenStreamjava.io.IOExceptionpublic final org.apache.lucene.analysis.Token next()
throws java.io.IOException
next in class org.apache.lucene.analysis.TokenStreamjava.io.IOExceptionCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.