| 1234567891011121314 | [[breaking_70_java_changes]]=== Java API changes==== `isShardsAcked` deprecated in `6.2` has been removed`isShardsAcked` has been replaced by `isShardsAcknowledged` in`CreateIndexResponse`, `RolloverResponse` and`CreateIndexClusterStateUpdateResponse`.==== `prepareExecute` removed from the client apiThe `prepareExecute` method which created a request builder has beenremoved from the client api. Instead, construct a builder for theappropriate request directly.
 |