OpenSearch/client/rest-high-level
olcbean fd45a46ce8 Deprecate `isShardsAcked()` in favour of `isShardsAcknowledged()` (#27819)
Several responses include the shards_acknowledged flag (indicating whether the
requisite number of shard copies started before the completion of the operation)
and there are two different getters used : isShardsAcknowledged() and isShardsAcked().

This PR deprecates the isShardsAcked() in favour of isShardsAcknowledged() in 
CreateIndexResponse, RolloverResponse and CreateIndexClusterStateUpdateResponse.

Closes #27784
2018-01-08 10:57:45 +01:00
..
src Deprecate `isShardsAcked()` in favour of `isShardsAcknowledged()` (#27819) 2018-01-08 10:57:45 +01:00
build.gradle Add rank-eval module to transport client and HL client dependencies 2017-12-13 18:05:43 +01:00