Class SimulateDocumentVerboseResult

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

public final class SimulateDocumentVerboseResult
extends java.lang.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.