2018-09-27 08:41:38 -07:00
|
|
|
[float]
|
2018-01-25 14:13:20 +01:00
|
|
|
[[breaking_70_java_changes]]
|
|
|
|
=== Java API changes
|
|
|
|
|
2018-09-27 08:41:38 -07:00
|
|
|
[float]
|
2018-01-25 14:13:20 +01:00
|
|
|
==== `isShardsAcked` deprecated in `6.2` has been removed
|
|
|
|
|
|
|
|
`isShardsAcked` has been replaced by `isShardsAcknowledged` in
|
|
|
|
`CreateIndexResponse`, `RolloverResponse` and
|
2018-06-19 07:21:58 -07:00
|
|
|
`CreateIndexClusterStateUpdateResponse`.
|
|
|
|
|
2018-09-27 08:41:38 -07:00
|
|
|
[float]
|
2018-06-19 07:21:58 -07:00
|
|
|
==== `prepareExecute` removed from the client api
|
|
|
|
|
|
|
|
The `prepareExecute` method which created a request builder has been
|
|
|
|
removed from the client api. Instead, construct a builder for the
|
|
|
|
appropriate request directly.
|
2018-09-07 10:58:06 +02:00
|
|
|
|
2018-09-27 08:41:38 -07:00
|
|
|
[float]
|
2018-09-07 16:53:36 -07:00
|
|
|
==== Some Aggregation classes have moved packages
|
2018-09-07 10:58:06 +02:00
|
|
|
|
|
|
|
* All classes present in `org.elasticsearch.search.aggregations.metrics.*` packages
|
|
|
|
were moved to a single `org.elasticsearch.search.aggregations.metrics` package.
|
|
|
|
|
2018-09-27 08:41:38 -07:00
|
|
|
[float]
|
2018-09-21 07:55:50 -04:00
|
|
|
==== `Retry.withBackoff` methods with `Settings` removed
|
|
|
|
|
|
|
|
The variants of `Retry.withBackoff` that included `Settings` have been removed
|
|
|
|
because `Settings` is no longer needed.
|