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