Class IngestTestPlugin

java.lang.Object
org.elasticsearch.plugins.Plugin
org.elasticsearch.ingest.IngestTestPlugin
All Implemented Interfaces:
java.io.Closeable, java.lang.AutoCloseable, org.elasticsearch.plugins.IngestPlugin

public class IngestTestPlugin
extends org.elasticsearch.plugins.Plugin
implements org.elasticsearch.plugins.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,​org.elasticsearch.ingest.Processor.Factory> getProcessors​(org.elasticsearch.ingest.Processor.Parameters parameters)  

    Methods inherited from class org.elasticsearch.plugins.Plugin

    additionalSettings, close, createComponents, createGuiceModules, getAdditionalIndexSettingProviders, getBootstrapChecks, getExecutorBuilders, getFeature, getGuiceServiceClasses, getIndexTemplateMetadataUpgrader, getNamedWriteables, getNamedXContent, getRoles, getSettings, getSettingsFilter, getSettingUpgraders, onIndexModule

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • IngestTestPlugin

      public IngestTestPlugin()
  • Method Details

    • getProcessors

      public java.util.Map<java.lang.String,​org.elasticsearch.ingest.Processor.Factory> getProcessors​(org.elasticsearch.ingest.Processor.Parameters parameters)
      Specified by:
      getProcessors in interface org.elasticsearch.plugins.IngestPlugin