Class BulkResponse

All Implemented Interfaces:
java.lang.Iterable<BulkItemResponse>, Writeable, StatusToXContentObject, ToXContent, ToXContentObject

public class BulkResponse
extends ActionResponse
implements java.lang.Iterable<BulkItemResponse>, StatusToXContentObject
A response of a bulk execution. Holding a response for each item responding (in order) of the bulk requests. Each item holds the index/type/id is operated on, and if it failed or not (with the failure message).