public final class GreekLowerCaseFilter extends TokenFilter
You must specify the required Version
compatibility when creating GreekLowerCaseFilter:
AttributeSource.AttributeFactory, AttributeSource.State
input
Constructor and Description |
---|
GreekLowerCaseFilter(Version matchVersion,
TokenStream in)
Create a GreekLowerCaseFilter that normalizes Greek token text.
|
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(Version matchVersion, TokenStream in)
matchVersion
- Lucene compatibility version,
See abovein
- TokenStream to filterpublic boolean incrementToken() throws IOException
incrementToken
in class TokenStream
IOException
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.