Uses of Class
org.elasticsearch.index.analysis.AbstractIndexAnalyzerProvider
-
Packages that use AbstractIndexAnalyzerProvider Package Description org.elasticsearch.index.analysis -
-
Uses of AbstractIndexAnalyzerProvider in org.elasticsearch.index.analysis
Subclasses of AbstractIndexAnalyzerProvider in org.elasticsearch.index.analysis Modifier and Type Class Description classCustomAnalyzerProviderA custom analyzer that is built out of a singleTokenizerand a list ofTokenFilters.classCustomNormalizerProviderA custom normalizer that is built out of a char and token filters.classKeywordAnalyzerProviderclassSimpleAnalyzerProviderclassStandardAnalyzerProviderclassStopAnalyzerProviderclassWhitespaceAnalyzerProvider
-