Class AnalyzerProfile
- java.lang.Object
-
- org.apache.lucene.analysis.cn.smart.AnalyzerProfile
-
public class AnalyzerProfile extends java.lang.Object
Manages analysis data configuration for SmartChineseAnalyzerSmartChineseAnalyzer has a built-in dictionary and stopword list out-of-box.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ANALYSIS_DATA_DIR
Global indicating the configured analysis data directory
-
Constructor Summary
Constructors Constructor Description AnalyzerProfile()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static java.lang.String
getAnalysisDataDir(java.nio.file.Path propFile)
private static void
init()
-