public final class GreekLowerCaseFilter extends TokenFilter
You may specify the Version
compatibility when creating GreekLowerCaseFilter:
AttributeSource.StateinputDEFAULT_TOKEN_ATTRIBUTE_FACTORYDEFAULT_ATTRIBUTE_FACTORY| Constructor and Description |
|---|
GreekLowerCaseFilter(TokenStream in)
Create a GreekLowerCaseFilter that normalizes Greek token text.
|
GreekLowerCaseFilter(Version matchVersion,
TokenStream in)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
incrementToken() |
close, end, resetaddAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, restoreState, toStringpublic GreekLowerCaseFilter(TokenStream in)
in - TokenStream to filter@Deprecated public GreekLowerCaseFilter(Version matchVersion, TokenStream in)
GreekLowerCaseFilter(TokenStream)public boolean incrementToken()
throws IOException
incrementToken in class TokenStreamIOExceptionCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.