Closeable, AutoCloseablepublic final class GreekStemFilter
extends org.apache.lucene.analysis.TokenFilter
TokenFilter that applies GreekStemmer to stem Greek
words.
To prevent terms from being stemmed use an instance of
KeywordMarkerFilter or a custom TokenFilter that sets
the KeywordAttribute before this TokenStream.
NOTE: Input is expected to be casefolded for Greek (including folding of final
sigma to sigma), and with diacritics removed. This can be achieved by using
either GreekLowerCaseFilter or ICUFoldingFilter before GreekStemFilter.
| Constructor | Description |
|---|---|
GreekStemFilter(org.apache.lucene.analysis.TokenStream input) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
incrementToken() |
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, restoreState, toStringpublic GreekStemFilter(org.apache.lucene.analysis.TokenStream input)
public boolean incrementToken()
throws IOException
incrementToken in class org.apache.lucene.analysis.TokenStreamIOExceptionCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.