Class | Description |
---|---|
DeleteAction | |
DeleteRequest |
A request to delete a document from an index based on its type and id.
|
DeleteRequestBuilder |
A delete document action request builder.
|
DeleteResponse |
The response of the delete action.
|
IndexDeleteResponse |
Delete by query response executed on a specific index.
|
ShardDeleteRequest |
Delete by query request to execute on a specific shard.
|
ShardDeleteResponse |
Delete response executed on a specific shard.
|
TransportDeleteAction |
Performs the delete operation.
|
TransportIndexDeleteAction |
Internal transport action that broadcasts a delete request to all of the shards that belongs to an index.
|
TransportShardDeleteAction |
Copyright © 2009–2015. All rights reserved.