Package | Description |
---|---|
org.elasticsearch.action.admin.indices.delete |
Delete index action.
|
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support |
Modifier and Type | Method and Description |
---|---|
DeleteIndexRequestBuilder |
DeleteIndexAction.newRequestBuilder(IndicesAdminClient 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.
|
Modifier and Type | Method and Description |
---|---|
DeleteIndexRequestBuilder |
AbstractIndicesAdminClient.prepareDelete(String... indices) |
Copyright © 2009–2015. All rights reserved.