| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.alias.exists | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
AliasesExistRequestBuilder |
AliasesExistAction.newRequestBuilder(ElasticsearchClient client) |
| Modifier and Type | Method and Description |
|---|---|
AliasesExistRequestBuilder |
IndicesAdminClient.prepareAliasesExist(String... aliases)
Allows to check to existence of aliases from indices.
|
Copyright © 2009–2017. All rights reserved.