Package org.elasticsearch.ingest
Class PipelineProcessor.Factory
java.lang.Object
org.elasticsearch.ingest.PipelineProcessor.Factory
- All Implemented Interfaces:
Processor.Factory
- Enclosing class:
- PipelineProcessor
-
Constructor Details
-
Factory
-
-
Method Details
-
create
public PipelineProcessor create(Map<String,Processor.Factory> registry, String processorTag, String description, Map<String,Object> config) throws ExceptionDescription copied from interface:Processor.Factory
Creates a processor based on the specified map of maps config.- Specified by:
create
in interfaceProcessor.Factory
- Parameters:
registry
- Other processors which may be created inside this processorprocessorTag
- The tag for the processordescription
- A short description of what this processor doesconfig
- The configuration for the processor Note: Implementations are responsible for removing the used configuration keys, so that after- Throws:
Exception
-