| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.exists.indices | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
IndicesExistsRequestBuilder |
IndicesExistsAction.newRequestBuilder(ElasticsearchClient client) |
IndicesExistsRequestBuilder |
IndicesExistsRequestBuilder.setIndices(String... indices) |
IndicesExistsRequestBuilder |
IndicesExistsRequestBuilder.setIndicesOptions(IndicesOptions options)
Specifies what type of requested indices to ignore and wildcard indices expressions.
|
| Modifier and Type | Method and Description |
|---|---|
IndicesExistsRequestBuilder |
IndicesAdminClient.prepareExists(String... indices)
Indices exists.
|
Copyright © 2009–2017. All rights reserved.