| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.upgrade.post | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
UpgradeRequestBuilder |
UpgradeAction.newRequestBuilder(ElasticsearchClient client) |
UpgradeRequestBuilder |
UpgradeRequestBuilder.setUpgradeOnlyAncientSegments(boolean upgradeOnlyAncientSegments)
Should the upgrade only the ancient (older major version of Lucene) segments?
|
| Modifier and Type | Method and Description |
|---|---|
UpgradeRequestBuilder |
IndicesAdminClient.prepareUpgrade(String... indices)
Check upgrade status of one or more indices
|
Copyright © 2009–2017. All rights reserved.