java.lang.Object
org.elasticsearch.ingest.AbstractProcessor
- All Implemented Interfaces:
- Processor
- Direct Known Subclasses:
- ConditionalProcessor,- DropProcessor,- PipelineProcessor
An Abstract Processor that holds tag and description information
 about the processor.
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.elasticsearch.ingest.ProcessorProcessor.Factory, Processor.Parameters
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets the description of a processor.getTag()Gets the tag of a processor.
- 
Field Details- 
tag
- 
description
 
- 
- 
Constructor Details- 
AbstractProcessor
 
- 
- 
Method Details