Uses of Interface
org.elasticsearch.action.ingest.SimulateDocumentResult
-
Packages that use SimulateDocumentResult Package Description org.elasticsearch.action.ingest -
-
Uses of SimulateDocumentResult in org.elasticsearch.action.ingest
Classes in org.elasticsearch.action.ingest that implement SimulateDocumentResult Modifier and Type Class Description classSimulateDocumentBaseResultHolds the end result of what a pipeline did to sample document provided via the simulate api.classSimulateDocumentVerboseResultHolds the result of what a pipeline did to a sample document via the simulate api, but instead ofSimulateDocumentBaseResultthis result class holds the intermediate result each processor did to the sample document.Methods in org.elasticsearch.action.ingest that return types with arguments of type SimulateDocumentResult Modifier and Type Method Description List<SimulateDocumentResult>SimulatePipelineResponse. getResults()Constructor parameters in org.elasticsearch.action.ingest with type arguments of type SimulateDocumentResult Constructor Description SimulatePipelineResponse(String pipelineId, boolean verbose, List<SimulateDocumentResult> responses)
-