Package org.opensearch.analysis.common
Class ChineseAnalyzerProvider
java.lang.Object
org.opensearch.index.AbstractIndexComponent
org.opensearch.index.analysis.AbstractIndexAnalyzerProvider<org.apache.lucene.analysis.standard.StandardAnalyzer>
org.opensearch.analysis.common.ChineseAnalyzerProvider
- All Implemented Interfaces:
Provider<org.apache.lucene.analysis.standard.StandardAnalyzer>,AnalyzerProvider<org.apache.lucene.analysis.standard.StandardAnalyzer>,IndexComponent
public class ChineseAnalyzerProvider extends AbstractIndexAnalyzerProvider<org.apache.lucene.analysis.standard.StandardAnalyzer>
Only for old indexes
-
Field Summary
Fields inherited from class org.opensearch.index.AbstractIndexComponent
deprecationLogger, indexSettings, logger -
Method Summary
Modifier and Type Method Description org.apache.lucene.analysis.standard.StandardAnalyzerget()Methods inherited from class org.opensearch.index.analysis.AbstractIndexAnalyzerProvider
name, scope
-
Method Details
-
get
public org.apache.lucene.analysis.standard.StandardAnalyzer get()
-