Package org.elasticsearch.ingest
Class DropProcessor.Factory
java.lang.Object
org.elasticsearch.ingest.DropProcessor.Factory
- All Implemented Interfaces:
Processor.Factory
- Enclosing class:
- DropProcessor
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
create
public Processor create(Map<String,Processor.Factory> processorFactories, String tag, String description, Map<String,Object> config)Description copied from interface:Processor.Factory
Creates a processor based on the specified map of maps config.- Specified by:
create
in interfaceProcessor.Factory
- Parameters:
processorFactories
- Other processors which may be created inside this processortag
- 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
-