Class BulkItemResponse

java.lang.Object
org.elasticsearch.action.bulk.BulkItemResponse
All Implemented Interfaces:
Writeable, StatusToXContentObject, ToXContent, ToXContentObject

public class BulkItemResponse
extends java.lang.Object
implements Writeable, StatusToXContentObject
Represents a single item response for an action executed as part of the bulk API. Holds the index/type/id of the relevant action, and if it has failed or not (with the failure message incase it failed).