Class RussianLowerCaseFilter

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    @Deprecated
    public final class RussianLowerCaseFilter
    extends org.apache.lucene.analysis.TokenFilter
    Deprecated.
    Use LowerCaseFilter instead, which has the same functionality. This filter will be removed in Lucene 4.0
    Normalizes token text to lower case.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.lucene.util.AttributeSource

        org.apache.lucene.util.AttributeSource.AttributeFactory, org.apache.lucene.util.AttributeSource.State
    • Field Summary

      • Fields inherited from class org.apache.lucene.analysis.TokenFilter

        input
    • 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.analysis.TokenFilter

        close, end, reset
      • 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
    • Constructor Detail

      • RussianLowerCaseFilter

        public RussianLowerCaseFilter​(org.apache.lucene.analysis.TokenStream in)
        Deprecated.
    • Method Detail

      • incrementToken

        public final boolean incrementToken()
                                     throws IOException
        Deprecated.
        Specified by:
        incrementToken in class org.apache.lucene.analysis.TokenStream
        Throws:
        IOException