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