| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.create |
Create index action.
|
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
protected CreateIndexResponse |
TransportCreateIndexAction.newResponse() |
CreateIndexResponse |
CreateIndexAction.newResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransportCreateIndexAction.masterOperation(CreateIndexRequest request,
ClusterState state,
ActionListener<CreateIndexResponse> listener) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<CreateIndexResponse> |
IndicesAdminClient.create(CreateIndexRequest request)
Creates an index using an explicit request allowing to specify the settings of the index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndicesAdminClient.create(CreateIndexRequest request,
ActionListener<CreateIndexResponse> listener)
Creates an index using an explicit request allowing to specify the settings of the index.
|
Copyright © 2009–2017. All rights reserved.