Processor.Factory, Processor.Parameters| Constructor and Description |
|---|
TrackingResultProcessor(boolean ignoreFailure,
Processor actualProcessor,
java.util.List<org.elasticsearch.action.ingest.SimulateProcessorResult> processorResultList) |
| Modifier and Type | Method and Description |
|---|---|
static CompoundProcessor |
decorate(CompoundProcessor compoundProcessor,
java.util.List<org.elasticsearch.action.ingest.SimulateProcessorResult> processorResultList) |
void |
execute(IngestDocument ingestDocument)
Introspect and potentially modify the incoming data.
|
java.lang.String |
getTag()
Gets the tag of a processor.
|
java.lang.String |
getType()
Gets the type of a processor
|
public TrackingResultProcessor(boolean ignoreFailure,
Processor actualProcessor,
java.util.List<org.elasticsearch.action.ingest.SimulateProcessorResult> processorResultList)
public void execute(IngestDocument ingestDocument) throws java.lang.Exception
Processorpublic java.lang.String getType()
Processorpublic java.lang.String getTag()
Processorpublic static CompoundProcessor decorate(CompoundProcessor compoundProcessor, java.util.List<org.elasticsearch.action.ingest.SimulateProcessorResult> processorResultList)