Class BulkRequest

All Implemented Interfaces:
org.apache.lucene.util.Accountable, CompositeIndicesRequest, WriteRequest<BulkRequest>, Writeable, org.elasticsearch.core.RefCounted, TaskAwareRequest, RawIndexingDataTransportRequest

public class BulkRequest extends ActionRequest implements CompositeIndicesRequest, WriteRequest<BulkRequest>, org.apache.lucene.util.Accountable, RawIndexingDataTransportRequest
A bulk request holds an ordered IndexRequests, DeleteRequests and UpdateRequests and allows to executes it in a single batch. Note that we only support refresh on the bulk request not per item.
See Also: