| Package | Description |
|---|---|
| org.elasticsearch.action.deletebyquery |
Delete by query action.
|
| Modifier and Type | Method and Description |
|---|---|
IndexDeleteByQueryResponse |
DeleteByQueryResponse.getIndex(String index)
The response of a specific index.
|
protected IndexDeleteByQueryResponse |
TransportIndexDeleteByQueryAction.newResponseInstance(org.elasticsearch.action.deletebyquery.IndexDeleteByQueryRequest request,
List<ShardDeleteByQueryResponse> shardDeleteByQueryResponses,
int failuresCount,
List<ShardOperationFailedException> shardFailures) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,IndexDeleteByQueryResponse> |
DeleteByQueryResponse.getIndices()
The responses from all the different indices.
|
Iterator<IndexDeleteByQueryResponse> |
DeleteByQueryResponse.iterator() |
Copyright © 2009–2015. All rights reserved.