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)
  • Constructor Details

    • IndexResponse

      public IndexResponse(ShardId shardId, StreamInput in) throws
      Throws:
    • IndexResponse

      public IndexResponse(StreamInput in) throws
      Throws:
    • IndexResponse

      public IndexResponse(ShardId shardId,  type,  id, long seqNo, long primaryTerm, long version, boolean created)
  • Method Details