Closeable
, AutoCloseable
public final class GreekLowerCaseFilter
extends org.apache.lucene.analysis.TokenFilter
Constructor | 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 | 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.TokenStream
IOException
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.