| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.delete |
Delete index action.
|
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteIndexRequestBuilder |
DeleteIndexAction.newRequestBuilder(ElasticsearchClient client) |
DeleteIndexRequestBuilder |
DeleteIndexRequestBuilder.setIndicesOptions(IndicesOptions options)
Specifies what type of requested indices to ignore and wildcard indices expressions.
|
DeleteIndexRequestBuilder |
DeleteIndexRequestBuilder.setTimeout(String timeout)
Timeout to wait for the index deletion to be acknowledged by current cluster nodes.
|
DeleteIndexRequestBuilder |
DeleteIndexRequestBuilder.setTimeout(TimeValue timeout)
Timeout to wait for the index deletion to be acknowledged by current cluster nodes.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteIndexRequestBuilder |
IndicesAdminClient.prepareDelete(String... indices)
Deletes an index based on the index name.
|
Copyright © 2009–2017. All rights reserved.