public class ReindexAction extends org.elasticsearch.action.Action<ReindexRequest,BulkIndexByScrollResponse,ReindexRequestBuilder>
| Modifier and Type | Field and Description |
|---|---|
static ReindexAction |
INSTANCE |
static java.lang.String |
NAME |
| Modifier and Type | Method and Description |
|---|---|
ReindexRequestBuilder |
newRequestBuilder(org.elasticsearch.client.ElasticsearchClient client) |
BulkIndexByScrollResponse |
newResponse() |
public static final ReindexAction INSTANCE
public static final java.lang.String NAME
public ReindexRequestBuilder newRequestBuilder(org.elasticsearch.client.ElasticsearchClient client)
newRequestBuilder in class org.elasticsearch.action.Action<ReindexRequest,BulkIndexByScrollResponse,ReindexRequestBuilder>public BulkIndexByScrollResponse newResponse()
newResponse in class org.elasticsearch.action.GenericAction<ReindexRequest,BulkIndexByScrollResponse>