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