Package org.elasticsearch.ingest
Class IngestTestPlugin
java.lang.Object
org.elasticsearch.plugins.Plugin
org.elasticsearch.ingest.IngestTestPlugin
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
,IngestPlugin
public class IngestTestPlugin extends Plugin implements IngestPlugin
Adds an ingest processor to be used in tests.
-
Constructor Summary
Constructors Constructor Description IngestTestPlugin()
-
Method Summary
Modifier and Type Method Description java.util.Map<java.lang.String,Processor.Factory>
getProcessors(Processor.Parameters parameters)
Methods inherited from class org.elasticsearch.plugins.Plugin
additionalSettings, close, createComponents, createGuiceModules, getBootstrapChecks, getExecutorBuilders, getFeature, getGuiceServiceClasses, getIndexTemplateMetaDataUpgrader, getNamedWriteables, getNamedXContent, getRoles, getSettings, getSettingsFilter, getSettingUpgraders, onIndexModule
-
Constructor Details
-
IngestTestPlugin
public IngestTestPlugin()
-
-
Method Details
-
getProcessors
public java.util.Map<java.lang.String,Processor.Factory> getProcessors(Processor.Parameters parameters)- Specified by:
getProcessors
in interfaceIngestPlugin
-