Class SearchPipelineCommonModulePlugin
java.lang.Object
org.opensearch.plugins.Plugin
org.opensearch.search.pipeline.common.SearchPipelineCommonModulePlugin
- All Implemented Interfaces:
Closeable,AutoCloseable,SearchPipelinePlugin
Plugin providing common search request/response processors for use in search pipelines.
-
Constructor Summary
ConstructorsConstructorDescriptionNo constructor needed, but build complains if we don't have a constructor with JavaDoc. -
Method Summary
Methods inherited from class org.opensearch.plugins.Plugin
additionalSettings, close, createComponents, createGuiceModules, getAdditionalIndexSettingProviders, getBootstrapChecks, getExecutorBuilders, getFeature, getGuiceServiceClasses, getIndexTemplateMetadataUpgrader, getNamedWriteables, getNamedXContent, getRoles, getSettings, getSettingsFilter, getSettingUpgraders, onIndexModule
-
Constructor Details
-
SearchPipelineCommonModulePlugin
public SearchPipelineCommonModulePlugin()No constructor needed, but build complains if we don't have a constructor with JavaDoc.
-
-
Method Details
-
getProcessors
- Specified by:
getProcessorsin interfaceSearchPipelinePlugin
-