Class ChineseAnalyzer

java.lang.Object
org.apache.lucene.analysis.Analyzer
org.apache.lucene.analysis.cn.ChineseAnalyzer
All Implemented Interfaces:
Closeable, 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 Details

    • ChineseAnalyzer

      public ChineseAnalyzer()
      Deprecated.