Package | Description |
---|---|
org.elasticsearch.action.deletebyquery |
Delete by query action.
|
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support | |
org.elasticsearch.client.transport |
Modifier and Type | Method and Description |
---|---|
DeleteByQueryResponse |
DeleteByQueryAction.newResponse() |
protected DeleteByQueryResponse |
TransportDeleteByQueryAction.newResponseInstance(DeleteByQueryRequest request,
AtomicReferenceArray indexResponses) |
Modifier and Type | Method and Description |
---|---|
protected void |
DeleteByQueryRequestBuilder.doExecute(ActionListener<DeleteByQueryResponse> listener) |
protected void |
TransportDeleteByQueryAction.doExecute(DeleteByQueryRequest request,
ActionListener<DeleteByQueryResponse> listener) |
Modifier and Type | Method and Description |
---|---|
ActionFuture<DeleteByQueryResponse> |
Client.deleteByQuery(DeleteByQueryRequest request)
Deletes all documents from one or more indices based on a query.
|
Modifier and Type | Method and Description |
---|---|
void |
Client.deleteByQuery(DeleteByQueryRequest request,
ActionListener<DeleteByQueryResponse> listener)
Deletes all documents from one or more indices based on a query.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<DeleteByQueryResponse> |
AbstractClient.deleteByQuery(DeleteByQueryRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractClient.deleteByQuery(DeleteByQueryRequest request,
ActionListener<DeleteByQueryResponse> listener) |
Modifier and Type | Method and Description |
---|---|
ActionFuture<DeleteByQueryResponse> |
TransportClient.deleteByQuery(DeleteByQueryRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
TransportClient.deleteByQuery(DeleteByQueryRequest request,
ActionListener<DeleteByQueryResponse> listener) |
Copyright © 2009–2015. All rights reserved.