Class CreateFromRequest

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

@JsonpDeserializable public class CreateFromRequest extends RequestBase implements JsonpSerializable
Create an index from a source index.

Copy the mappings and settings from the source index to a destination index while allowing request settings and mappings to override the source values.

See Also: