| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 | [float][[breaking_70_java_changes]]=== Java API changes[float]==== `isShardsAcked` deprecated in `6.2` has been removed`isShardsAcked` has been replaced by `isShardsAcknowledged` in`CreateIndexResponse`, `RolloverResponse` and`CreateIndexClusterStateUpdateResponse`.[float]==== `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.[float]==== Some Aggregation classes have moved packages* All classes present in `org.elasticsearch.search.aggregations.metrics.*` packageswere moved to a single `org.elasticsearch.search.aggregations.metrics` package.* All classes present in `org.elasticsearch.search.aggregations.pipeline.*` packageswere moved to a single `org.elasticsearch.search.aggregations.pipeline` package.  Inaddition, `org.elasticsearch.search.aggregations.pipeline.PipelineAggregationBuilders`was moved to `org.elasticsearch.search.aggregations.PipelineAggregationBuilders`[float]==== `Retry.withBackoff` methods with `Settings` removedThe variants of `Retry.withBackoff` that included `Settings` have been removedbecause `Settings` is no longer needed.[float]==== Deprecated method `Client#termVector` removedThe client method `termVector`, deprecated in 2.0, has been removed. The method`termVectors` (plural) should be used instead.[float]==== Deprecated constructor `AbstractLifecycleComponent(Settings settings)` removedThe constructor `AbstractLifecycleComponent(Settings settings)`, deprecated in 6.7has been removed. The parameterless constructor should be used instead.
 |