Uses of Class
org.elasticsearch.action.ingest.SimulateProcessorResult
-
Packages that use SimulateProcessorResult Package Description org.elasticsearch.action.ingest org.elasticsearch.ingest -
-
Uses of SimulateProcessorResult in org.elasticsearch.action.ingest
Fields in org.elasticsearch.action.ingest with type parameters of type SimulateProcessorResult Modifier and Type Field Description static ConstructingObjectParser<SimulateProcessorResult,Void>SimulateProcessorResult. PARSERMethods in org.elasticsearch.action.ingest that return SimulateProcessorResult Modifier and Type Method Description static SimulateProcessorResultSimulateProcessorResult. fromXContent(XContentParser parser)Methods in org.elasticsearch.action.ingest that return types with arguments of type SimulateProcessorResult Modifier and Type Method Description List<SimulateProcessorResult>SimulateDocumentVerboseResult. getProcessorResults()Constructor parameters in org.elasticsearch.action.ingest with type arguments of type SimulateProcessorResult Constructor Description SimulateDocumentVerboseResult(List<SimulateProcessorResult> processorResults) -
Uses of SimulateProcessorResult in org.elasticsearch.ingest
Method parameters in org.elasticsearch.ingest with type arguments of type SimulateProcessorResult Modifier and Type Method Description static CompoundProcessorTrackingResultProcessor. decorate(CompoundProcessor compoundProcessor, List<SimulateProcessorResult> processorResultList)
-