All Implemented Interfaces:
Closeable, AutoCloseable

public final class CJKAnalyzer extends StopwordAnalyzerBase
An Analyzer that tokenizes text with StandardTokenizer, normalizes content with CJKWidthFilter, folds case with LowerCaseFilter, forms bigrams of CJK with CJKBigramFilter, and filters stopwords with StopFilter
Since:
3.1