public final class GreekLowerCaseFilter extends TokenFilter
You may specify the Version
compatibility when creating GreekLowerCaseFilter:
AttributeSource.State
input
DEFAULT_TOKEN_ATTRIBUTE_FACTORY
DEFAULT_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, reset
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, restoreState, toString
public GreekLowerCaseFilter(TokenStream in)
in
- TokenStream to filter@Deprecated public GreekLowerCaseFilter(Version matchVersion, TokenStream in)
GreekLowerCaseFilter(TokenStream)
public boolean incrementToken() throws IOException
incrementToken
in class TokenStream
IOException
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.