| Package | Description |
|---|---|
| org.elasticsearch.action.updatebyquery |
Update by query action.
|
| org.elasticsearch.client |
| Modifier and Type | Method and Description |
|---|---|
UpdateByQueryResponse |
UpdateByQueryResponse.indexResponses(IndexUpdateByQueryResponse[] responses) |
UpdateByQueryResponse |
UpdateByQueryResponse.mainFailures(String[] mainFailures) |
UpdateByQueryResponse |
UpdateByQueryAction.newResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UpdateByQueryRequestBuilder.doExecute(org.elasticsearch.action.ActionListener<UpdateByQueryResponse> listener) |
protected void |
TransportUpdateByQueryAction.doExecute(UpdateByQueryRequest request,
org.elasticsearch.action.ActionListener<UpdateByQueryResponse> listener) |
| Modifier and Type | Method and Description |
|---|---|
org.elasticsearch.action.ActionFuture<UpdateByQueryResponse> |
UpdateByQueryClientWrapper.updateByQuery(UpdateByQueryRequest request) |
org.elasticsearch.action.ActionFuture<UpdateByQueryResponse> |
UpdateByQueryClient.updateByQuery(UpdateByQueryRequest request)
Performs the same action as in
UpdateByQueryClient.updateByQuery(org.elasticsearch.action.updatebyquery.UpdateByQueryRequest,
org.elasticsearch.action.ActionListener), but works with an ActionFuture instead of a ActionListener. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateByQueryClientWrapper.updateByQuery(UpdateByQueryRequest request,
org.elasticsearch.action.ActionListener<UpdateByQueryResponse> listener) |
void |
UpdateByQueryClient.updateByQuery(UpdateByQueryRequest request,
org.elasticsearch.action.ActionListener<UpdateByQueryResponse> listener)
Updates documents that match a query specified in the request.
|
Copyright © 2013-2015. All Rights Reserved.