Package org.apache.lucene.analysis.ru
Class RussianLowerCaseFilter
- java.lang.Object
-
- org.apache.lucene.util.AttributeSource
-
- org.apache.lucene.analysis.TokenStream
-
- org.apache.lucene.analysis.TokenFilter
-
- org.apache.lucene.analysis.ru.RussianLowerCaseFilter
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
@Deprecated public final class RussianLowerCaseFilter extends org.apache.lucene.analysis.TokenFilter
Deprecated.UseLowerCaseFilter
instead, which has the same functionality. This filter will be removed in Lucene 4.0Normalizes token text to lower case.
-
-
Constructor Summary
Constructors Constructor Description RussianLowerCaseFilter(org.apache.lucene.analysis.TokenStream in)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
incrementToken()
Deprecated.-
Methods inherited from class org.apache.lucene.util.AttributeSource
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, restoreState, toString
-
-
-
-
Method Detail
-
incrementToken
public final boolean incrementToken() throws IOException
Deprecated.- Specified by:
incrementToken
in classorg.apache.lucene.analysis.TokenStream
- Throws:
IOException
-
-