Package | Description |
---|---|
org.elasticsearch.action.admin.indices.validate.query |
Validate action.
|
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support |
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 |
ValidateQueryRequestBuilder.doExecute(ActionListener<ValidateQueryResponse> listener) |
protected void |
TransportValidateQueryAction.doExecute(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.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<ValidateQueryResponse> |
AbstractIndicesAdminClient.validateQuery(ValidateQueryRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractIndicesAdminClient.validateQuery(ValidateQueryRequest request,
ActionListener<ValidateQueryResponse> listener) |
Copyright © 2009–2015. All rights reserved.