Class IndexResponse

All Implemented Interfaces:
WriteResponse, Writeable, StatusToXContentObject, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject, org.elasticsearch.core.RefCounted

public class IndexResponse extends DocWriteResponse
A response of an index operation,
See Also:
IndexRequest, Client.index(IndexRequest)