public class UpdateByQueryAction extends Action<UpdateByQueryRequest,BulkByScrollResponse,UpdateByQueryRequestBuilder>
| Modifier and Type | Field | Description |
|---|---|---|
static UpdateByQueryAction |
INSTANCE |
|
static java.lang.String |
NAME |
| Modifier and Type | Method | Description |
|---|---|---|
UpdateByQueryRequestBuilder |
newRequestBuilder(ElasticsearchClient client) |
Creates a new request builder given the client provided as argument
|
BulkByScrollResponse |
newResponse() |
Creates a new response instance.
|
equals, hashCode, name, transportOptionspublic static final UpdateByQueryAction INSTANCE
public static final java.lang.String NAME
public UpdateByQueryRequestBuilder newRequestBuilder(ElasticsearchClient client)
ActionnewRequestBuilder in class Action<UpdateByQueryRequest,BulkByScrollResponse,UpdateByQueryRequestBuilder>public BulkByScrollResponse newResponse()
GenericActionnewResponse in class GenericAction<UpdateByQueryRequest,BulkByScrollResponse>