Class SimulateIndexResponse

All Implemented Interfaces:
WriteResponse, Writeable, RefCounted, ToXContent, ToXContentObject

public class SimulateIndexResponse extends IndexResponse
This is an IndexResponse that is specifically for simulate requests. Unlike typical IndexResponses, we need to include the original source in a SimulateIndexResponse, and don't need most other fields. This has to extend IndexResponse though so that it can be used by BulkItemResponse in IngestService.