Class FullTextAnalyzer

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    @Deprecated
    public final class FullTextAnalyzer
    extends org.apache.lucene.analysis.Analyzer
    Deprecated.
    Analyzer implementation based largely on SimpleAnalyzer, but with extensions for handling scientific and OS-type strings.
    Since:
    3.0-Beta3
    • Constructor Summary

      Constructors 
      Constructor Description
      FullTextAnalyzer()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      org.apache.lucene.analysis.TokenStream tokenStream​(java.lang.String fieldName, java.io.Reader reader)
      Deprecated.
      Returns a FullTextAnalyzer.LowercaseAlphaNumericTokenizer
      • Methods inherited from class org.apache.lucene.analysis.Analyzer

        close, getOffsetGap, getPositionIncrementGap, getPreviousTokenStream, reusableTokenStream, setPreviousTokenStream
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FullTextAnalyzer

        public FullTextAnalyzer()
        Deprecated.
    • Method Detail

      • tokenStream

        public org.apache.lucene.analysis.TokenStream tokenStream​(java.lang.String fieldName,
                                                                  java.io.Reader reader)
        Deprecated.
        Returns a FullTextAnalyzer.LowercaseAlphaNumericTokenizer
        Specified by:
        tokenStream in class org.apache.lucene.analysis.Analyzer