Package org.elasticsearch.ingest
Class TrackingResultProcessor
- java.lang.Object
-
- org.elasticsearch.ingest.TrackingResultProcessor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.elasticsearch.ingest.Processor
Processor.Factory, Processor.Parameters
-
-
Method Summary
Modifier and Type Method Description static CompoundProcessordecorate(CompoundProcessor compoundProcessor, java.util.List<SimulateProcessorResult> processorResultList)IngestDocumentexecute(IngestDocument ingestDocument)Introspect and potentially modify the incoming data.java.lang.StringgetTag()Gets the tag of a processor.java.lang.StringgetType()Gets the type of a processor
-
-
-
Method Detail
-
execute
public IngestDocument execute(IngestDocument ingestDocument) throws java.lang.Exception
Description copied from interface:ProcessorIntrospect and potentially modify the incoming data.
-
getType
public java.lang.String getType()
Description copied from interface:ProcessorGets the type of a processor
-
getTag
public java.lang.String getTag()
Description copied from interface:ProcessorGets the tag of a processor.
-
decorate
public static CompoundProcessor decorate(CompoundProcessor compoundProcessor, java.util.List<SimulateProcessorResult> processorResultList)
-
-