Class AnalysisStempelPlugin
java.lang.Object
org.opensearch.plugins.Plugin
org.opensearch.plugin.analysis.stempel.AnalysisStempelPlugin
- All Implemented Interfaces:
Closeable,AutoCloseable,AnalysisPlugin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMap<String,AnalysisModule.AnalysisProvider<AnalyzerProvider<? extends org.apache.lucene.analysis.Analyzer>>> Methods inherited from class org.opensearch.plugins.Plugin
additionalSettings, close, createComponents, createGuiceModules, getAdditionalIndexSettingProviders, getBootstrapChecks, getExecutorBuilders, getFeature, getGuiceServiceClasses, getIndexTemplateMetadataUpgrader, getNamedWriteables, getNamedXContent, getRoles, getSettings, getSettingsFilter, getSettingUpgraders, onIndexModuleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.plugins.AnalysisPlugin
getCharFilters, getHunspellDictionaries, getPreBuiltAnalyzerProviderFactories, getPreConfiguredCharFilters, getPreConfiguredTokenFilters, getPreConfiguredTokenizers, getTokenizers
-
Constructor Details
-
AnalysisStempelPlugin
public AnalysisStempelPlugin()
-
-
Method Details
-
getTokenFilters
- Specified by:
getTokenFiltersin interfaceAnalysisPlugin
-
getAnalyzers
public Map<String,AnalysisModule.AnalysisProvider<AnalyzerProvider<? extends org.apache.lucene.analysis.Analyzer>>> getAnalyzers()- Specified by:
getAnalyzersin interfaceAnalysisPlugin
-