Uses of Class
org.elasticsearch.action.admin.indices.validate.query.ValidateQueryResponse
-
Packages that use ValidateQueryResponse Package Description org.elasticsearch.action.admin.indices.validate.query org.elasticsearch.client -
-
Uses of ValidateQueryResponse in org.elasticsearch.action.admin.indices.validate.query
Methods in org.elasticsearch.action.admin.indices.validate.query that return ValidateQueryResponse Modifier and Type Method Description static ValidateQueryResponseValidateQueryResponse. fromXContent(XContentParser parser)protected ValidateQueryResponseTransportValidateQueryAction. newResponse(ValidateQueryRequest request, AtomicReferenceArray shardsResponses, ClusterState clusterState)Method parameters in org.elasticsearch.action.admin.indices.validate.query with type arguments of type ValidateQueryResponse Modifier and Type Method Description protected voidTransportValidateQueryAction. doExecute(Task task, ValidateQueryRequest request, ActionListener<ValidateQueryResponse> listener) -
Uses of ValidateQueryResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return ValidateQueryResponse Modifier and Type Method Description ValidateQueryResponseIndicesClient. validateQuery(ValidateQueryRequest validateQueryRequest, RequestOptions options)Validate a potentially expensive query without executing it.Methods in org.elasticsearch.client that return types with arguments of type ValidateQueryResponse Modifier and Type Method Description ActionFuture<ValidateQueryResponse>IndicesAdminClient. validateQuery(ValidateQueryRequest request)Validate a query for correctness.Method parameters in org.elasticsearch.client with type arguments of type ValidateQueryResponse Modifier and Type Method Description voidIndicesAdminClient. validateQuery(ValidateQueryRequest request, ActionListener<ValidateQueryResponse> listener)Validate a query for correctness.CancellableIndicesClient. validateQueryAsync(ValidateQueryRequest validateQueryRequest, RequestOptions options, ActionListener<ValidateQueryResponse> listener)Asynchronously validate a potentially expensive query without executing it.
-