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