Class ValidateQueryAction
- java.lang.Object
-
- org.elasticsearch.action.GenericAction<Request,Response>
-
- org.elasticsearch.action.Action<ValidateQueryRequest,ValidateQueryResponse,ValidateQueryRequestBuilder>
-
- org.elasticsearch.action.admin.indices.validate.query.ValidateQueryAction
-
public class ValidateQueryAction extends Action<ValidateQueryRequest,ValidateQueryResponse,ValidateQueryRequestBuilder>
-
-
Field Summary
Fields Modifier and Type Field Description static ValidateQueryAction
INSTANCE
static java.lang.String
NAME
-
Method Summary
Modifier and Type Method Description ValidateQueryRequestBuilder
newRequestBuilder(ElasticsearchClient client)
Creates a new request builder given the client provided as argumentValidateQueryResponse
newResponse()
Creates a new response instance.-
Methods inherited from class org.elasticsearch.action.GenericAction
equals, getResponseReader, hashCode, name, transportOptions
-
-
-
-
Field Detail
-
INSTANCE
public static final ValidateQueryAction INSTANCE
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
newResponse
public ValidateQueryResponse newResponse()
Description copied from class:GenericAction
Creates a new response instance.- Specified by:
newResponse
in classGenericAction<ValidateQueryRequest,ValidateQueryResponse>
-
newRequestBuilder
public ValidateQueryRequestBuilder newRequestBuilder(ElasticsearchClient client)
Description copied from class:Action
Creates a new request builder given the client provided as argument- Specified by:
newRequestBuilder
in classAction<ValidateQueryRequest,ValidateQueryResponse,ValidateQueryRequestBuilder>
-
-