Package org.elasticsearch.action.bulk

Class Summary
BulkItemRequest  
BulkItemResponse Represents a single item response for an action executed as part of the bulk API.
BulkItemResponse.Failure Represents a failure.
BulkRequest A bulk request holds an ordered IndexRequests and DeleteRequests and allows to executes it in a single batch.
BulkResponse A response of a bulk execution.
BulkShardRequest  
BulkShardResponse  
TransportBulkAction  
TransportShardBulkAction Performs the index operation.