public class DeleteByQueryAction extends org.elasticsearch.action.Action<org.elasticsearch.action.bulk.byscroll.DeleteByQueryRequest,org.elasticsearch.action.bulk.byscroll.BulkByScrollResponse,DeleteByQueryRequestBuilder>
| Modifier and Type | Field and Description |
|---|---|
static DeleteByQueryAction |
INSTANCE |
static java.lang.String |
NAME |
| Modifier and Type | Method and Description |
|---|---|
DeleteByQueryRequestBuilder |
newRequestBuilder(org.elasticsearch.client.ElasticsearchClient client) |
org.elasticsearch.action.bulk.byscroll.BulkByScrollResponse |
newResponse() |
public static final DeleteByQueryAction INSTANCE
public static final java.lang.String NAME
public DeleteByQueryRequestBuilder newRequestBuilder(org.elasticsearch.client.ElasticsearchClient client)
newRequestBuilder in class org.elasticsearch.action.Action<org.elasticsearch.action.bulk.byscroll.DeleteByQueryRequest,org.elasticsearch.action.bulk.byscroll.BulkByScrollResponse,DeleteByQueryRequestBuilder>public org.elasticsearch.action.bulk.byscroll.BulkByScrollResponse newResponse()
newResponse in class org.elasticsearch.action.GenericAction<org.elasticsearch.action.bulk.byscroll.DeleteByQueryRequest,org.elasticsearch.action.bulk.byscroll.BulkByScrollResponse>