Class MigrateReindexRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.indices.MigrateReindexRequest
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable public class MigrateReindexRequest extends RequestBase implements JsonpSerializable
Reindex legacy backing indices.

Reindex all legacy backing indices for a data stream. This operation occurs in a persistent task. The persistent task ID is returned immediately and the reindexing work is completed in that task.

See Also: