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