Class SimulateDocumentVerboseResult

java.lang.Object
org.elasticsearch.action.ingest.SimulateDocumentVerboseResult
All Implemented Interfaces:
SimulateDocumentResult, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject

public final class SimulateDocumentVerboseResult extends Object implements SimulateDocumentResult
Holds the result of what a pipeline did to a sample document via the simulate api, but instead of SimulateDocumentBaseResult this result class holds the intermediate result each processor did to the sample document.