| Package | Description |
|---|---|
| org.elasticsearch.action.updatebyquery |
Update by query action.
|
| Modifier and Type | Method and Description |
|---|---|
IndexUpdateByQueryResponse[] |
UpdateByQueryResponse.getIndexResponses() |
IndexUpdateByQueryResponse |
IndexUpdateByQueryResponse.index(String index) |
IndexUpdateByQueryResponse[] |
UpdateByQueryResponse.indexResponses() |
static IndexUpdateByQueryResponse |
IndexUpdateByQueryResponse.readResponseItem(org.elasticsearch.common.io.stream.StreamInput in) |
IndexUpdateByQueryResponse |
IndexUpdateByQueryResponse.shardResponses(ShardUpdateByQueryResponse[] responses) |
| Modifier and Type | Method and Description |
|---|---|
UpdateByQueryResponse |
UpdateByQueryResponse.indexResponses(IndexUpdateByQueryResponse[] responses) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransportUpdateByQueryAction.doExecuteIndexRequest(UpdateByQueryRequest request,
org.elasticsearch.cluster.metadata.MetaData metaData,
String concreteIndex,
Map<String,Set<String>> routingMap,
org.elasticsearch.action.ActionListener<IndexUpdateByQueryResponse> listener) |
| Constructor and Description |
|---|
UpdateByQueryResponse(long tookInMillis,
IndexUpdateByQueryResponse... indexResponses) |
Copyright © 2013-2015. All Rights Reserved.