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