Class CreateIndexRequest

All Implemented Interfaces:
IndicesRequest, AckedRequest, Writeable, RefCounted, TaskAwareRequest, ToXContent, ToXContentObject

public class CreateIndexRequest extends AcknowledgedRequest<CreateIndexRequest> implements IndicesRequest, ToXContentObject
A request to create an index. Best created with Requests.createIndexRequest(String).

The index created can optionally be created with settings(org.elasticsearch.common.settings.Settings).

See Also: