Class ChineseAnalyzer

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

    @Deprecated
    public final class ChineseAnalyzer
    extends Analyzer
    Deprecated.
    (3.1) Use StandardAnalyzer instead, which has the same functionality. This analyzer will be removed in Lucene 5.0
    An Analyzer that tokenizes text with ChineseTokenizer and filters with ChineseFilter
    • Constructor Detail

      • ChineseAnalyzer

        public ChineseAnalyzer()
        Deprecated.