| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.validate.query |
Validate action.
|
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
ValidateQueryResponse |
ValidateQueryAction.newResponse() |
protected ValidateQueryResponse |
TransportValidateQueryAction.newResponse(ValidateQueryRequest request,
AtomicReferenceArray shardsResponses,
ClusterState clusterState) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransportValidateQueryAction.doExecute(Task task,
ValidateQueryRequest request,
ActionListener<ValidateQueryResponse> listener) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<ValidateQueryResponse> |
IndicesAdminClient.validateQuery(ValidateQueryRequest request)
Validate a query for correctness.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndicesAdminClient.validateQuery(ValidateQueryRequest request,
ActionListener<ValidateQueryResponse> listener)
Validate a query for correctness.
|
Copyright © 2009–2017. All rights reserved.