Class IngestTestPlugin

java.lang.Object
org.elasticsearch.plugins.Plugin
org.elasticsearch.ingest.IngestTestPlugin
All Implemented Interfaces:
Closeable, 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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Map<String,org.elasticsearch.ingest.Processor.Factory>
    getProcessors(org.elasticsearch.ingest.Processor.Parameters parameters)
     

    Methods inherited from class org.elasticsearch.plugins.Plugin

    additionalSettings, close, createComponents, getAdditionalIndexSettingProviders, getBootstrapChecks, getExecutorBuilders, getIndexTemplateMetadataUpgrader, getNamedWriteables, getNamedXContent, 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 Map<String,org.elasticsearch.ingest.Processor.Factory> getProcessors(org.elasticsearch.ingest.Processor.Parameters parameters)
      Specified by:
      getProcessors in interface org.elasticsearch.plugins.IngestPlugin