| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.open | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
OpenIndexRequestBuilder |
OpenIndexAction.newRequestBuilder(ElasticsearchClient client) |
OpenIndexRequestBuilder |
OpenIndexRequestBuilder.setIndices(String... indices)
Sets the indices to be opened
|
OpenIndexRequestBuilder |
OpenIndexRequestBuilder.setIndicesOptions(IndicesOptions indicesOptions)
Specifies what type of requested indices to ignore and how to deal with wildcard indices expressions.
|
| Modifier and Type | Method and Description |
|---|---|
OpenIndexRequestBuilder |
IndicesAdminClient.prepareOpen(String... indices)
Opens one or more indices based on their index name.
|
Copyright © 2009–2017. All rights reserved.