Package org.elasticsearch.index.analysis
Interface AnalyzerComponentsProvider
-
- All Known Implementing Classes:
CustomAnalyzer,ReloadableCustomAnalyzer
public interface AnalyzerComponentsProviderAnalyzers that provide access to their token filters should implement this
-
-
Method Summary
Modifier and Type Method Description AnalyzerComponentsgetComponents()
-
-
-
Method Detail
-
getComponents
AnalyzerComponents getComponents()
-
-