Class PipelineProcessor.Factory

java.lang.Object
org.elasticsearch.ingest.PipelineProcessor.Factory
All Implemented Interfaces:
Processor.Factory
Enclosing class:
PipelineProcessor

public static final class PipelineProcessor.Factory extends Object implements Processor.Factory
  • Constructor Details

  • Method Details

    • create

      public PipelineProcessor create(Map<String,​Processor.Factory> registry, String processorTag, String description, Map<String,​Object> config) throws Exception
      Description copied from interface: Processor.Factory
      Creates a processor based on the specified map of maps config.
      Specified by:
      create in interface Processor.Factory
      Parameters:
      registry - Other processors which may be created inside this processor
      processorTag - The tag for the processor
      description - A short description of what this processor does
      config - The configuration for the processor Note: Implementations are responsible for removing the used configuration keys, so that after
      Throws:
      Exception