package

org.apache.lucene.analysis.cn.smart

Analyzer for Simplified Chinese, which indexes words.

Classes

AnalyzerProfile Manages analysis data configuration for SmartChineseAnalyzer

SmartChineseAnalyzer has a built-in dictionary and stopword list out-of-box. 

CharType Internal SmartChineseAnalyzer character type constants. 
SentenceTokenizer Tokenizes input text into sentences. 
SmartChineseAnalyzer

SmartChineseAnalyzer is an analyzer for Chinese or mixed Chinese-English text. 

Utility SmartChineseAnalyzer utility constants and methods 
WordTokenFilter A TokenFilter that breaks sentences into words. 
WordType Internal SmartChineseAnalyzer token type constants