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()
Deprecated.
|
protected DeleteByQueryResponse |
TransportDeleteByQueryAction.newResponseInstance(DeleteByQueryRequest request,
AtomicReferenceArray indexResponses)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DeleteByQueryRequestBuilder.doExecute(ActionListener<DeleteByQueryResponse> listener)
Deprecated.
|
protected void |
TransportDeleteByQueryAction.doExecute(DeleteByQueryRequest request,
ActionListener<DeleteByQueryResponse> listener)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<DeleteByQueryResponse> |
Client.deleteByQuery(DeleteByQueryRequest request)
Deprecated.
Delete by query will be removed in 2.0. Instead, use the scroll/scan API to find all matching IDs and then issue a bulk
request to delete them.
|
Modifier and Type | Method and Description |
---|---|
void |
Client.deleteByQuery(DeleteByQueryRequest request,
ActionListener<DeleteByQueryResponse> listener)
Deprecated.
Delete by query will be removed in 2.0. Instead, use the scroll/scan API to find all matching IDs and then issue a bulk
request to delete them.
|
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–2016. All rights reserved.