public final class HunspellStemFilter
extends org.apache.lucene.analysis.TokenFilter
| Constructor and Description |
|---|
HunspellStemFilter(org.apache.lucene.analysis.TokenStream input,
HunspellDictionary dictionary)
Creates a new HunspellStemFilter that will stem tokens from the given TokenStream using affix rules in the provided
HunspellDictionary
|
HunspellStemFilter(org.apache.lucene.analysis.TokenStream input,
HunspellDictionary dictionary,
boolean dedup)
Creates a new HunspellStemFilter that will stem tokens from the given TokenStream using affix rules in the provided
HunspellDictionary
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
incrementToken() |
void |
reset() |
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, restoreState, toStringpublic HunspellStemFilter(org.apache.lucene.analysis.TokenStream input,
HunspellDictionary dictionary)
input - TokenStream whose tokens will be stemmeddictionary - HunspellDictionary containing the affix rules and words that will be used to stem the tokenspublic HunspellStemFilter(org.apache.lucene.analysis.TokenStream input,
HunspellDictionary dictionary,
boolean dedup)
input - TokenStream whose tokens will be stemmeddictionary - HunspellDictionary containing the affix rules and words that will be used to stem the tokensdedup - true if only unique terms should be output.public boolean incrementToken()
throws IOException
incrementToken in class org.apache.lucene.analysis.TokenStreamIOExceptionpublic void reset()
throws IOException
reset in class org.apache.lucene.analysis.TokenFilterIOExceptionCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.