java.lang.Object
org.elasticsearch.ingest.AbstractProcessor
org.elasticsearch.ingest.DropProcessor
- All Implemented Interfaces:
- Processor
Drop processor only returns 
null for the execution result to indicate that any document
 executed by it should not be indexed.- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from interface org.elasticsearch.ingest.ProcessorProcessor.Parameters
- 
Field SummaryFieldsFields inherited from class org.elasticsearch.ingest.AbstractProcessordescription, tag
- 
Method SummaryModifier and TypeMethodDescriptionexecute(IngestDocument ingestDocument) Introspect and potentially modify the incoming data.getType()Gets the type of a processorMethods inherited from class org.elasticsearch.ingest.AbstractProcessorgetDescription, getTag
- 
Field Details- 
TYPE- See Also:
 
 
- 
- 
Method Details- 
executeDescription copied from interface:ProcessorIntrospect and potentially modify the incoming data.- Returns:
- If nullis returned then the current document will be dropped and not be indexed, otherwise this document will be kept and indexed
- Throws:
- Exception
 
- 
getTypeDescription copied from interface:ProcessorGets the type of a processor
 
-