| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.close | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
CloseIndexRequestBuilder |
CloseIndexAction.newRequestBuilder(ElasticsearchClient client) |
CloseIndexRequestBuilder |
CloseIndexRequestBuilder.setIndices(String... indices)
Sets the indices to be closed
|
CloseIndexRequestBuilder |
CloseIndexRequestBuilder.setIndicesOptions(IndicesOptions indicesOptions)
Specifies what type of requested indices to ignore and wildcard indices expressions
For example indices that don't exist.
|
| Modifier and Type | Method and Description |
|---|---|
CloseIndexRequestBuilder |
IndicesAdminClient.prepareClose(String... indices)
Closes one or more indices based on their index name.
|
Copyright © 2009–2017. All rights reserved.