Class DeleteRequest

All Implemented Interfaces:
org.apache.lucene.util.Accountable, CompositeIndicesRequest, DocWriteRequest<DeleteRequest>, IndicesRequest, WriteRequest<DeleteRequest>, Writeable, RefCounted, TaskAwareRequest

A request to delete a document from an index based on its type and id. Best created using Requests.deleteRequest(String).

The operation requires the ReplicationRequest.index(), type(String) and id(String) to be set.

See Also: