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