public final class GreekLowerCaseFilter
extends org.apache.lucene.analysis.TokenFilter
| Constructor and Description |
|---|
GreekLowerCaseFilter(org.apache.lucene.analysis.TokenStream in)
Deprecated.
Use
GreekLowerCaseFilter(Version, TokenStream) instead. |
GreekLowerCaseFilter(org.apache.lucene.util.Version matchVersion,
org.apache.lucene.analysis.TokenStream in)
Create a GreekLowerCaseFilter that normalizes Greek token text.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
incrementToken() |
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, restoreState, toString@Deprecated public GreekLowerCaseFilter(org.apache.lucene.analysis.TokenStream in)
GreekLowerCaseFilter(Version, TokenStream) instead.public GreekLowerCaseFilter(org.apache.lucene.util.Version matchVersion,
org.apache.lucene.analysis.TokenStream in)
matchVersion - Lucene compatibility version,
See abovein - TokenStream to filterpublic boolean incrementToken()
throws IOException
incrementToken in class org.apache.lucene.analysis.TokenStreamIOExceptionCopyright © 2000-2012 Apache Software Foundation. All Rights Reserved.