2018-09-27 11:41:38 -04:00
|
|
|
[float]
|
2018-01-25 08:13:20 -05:00
|
|
|
[[breaking_70_java_changes]]
|
|
|
|
=== Java API changes
|
|
|
|
|
2018-09-27 11:41:38 -04:00
|
|
|
[float]
|
2018-01-25 08:13:20 -05:00
|
|
|
==== `isShardsAcked` deprecated in `6.2` has been removed
|
|
|
|
|
|
|
|
`isShardsAcked` has been replaced by `isShardsAcknowledged` in
|
|
|
|
`CreateIndexResponse`, `RolloverResponse` and
|
2018-06-19 10:21:58 -04:00
|
|
|
`CreateIndexClusterStateUpdateResponse`.
|
|
|
|
|
2018-09-27 11:41:38 -04:00
|
|
|
[float]
|
2018-06-19 10:21:58 -04: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 04:58:06 -04:00
|
|
|
|
2018-09-27 11:41:38 -04:00
|
|
|
[float]
|
2018-09-07 19:53:36 -04:00
|
|
|
==== Some Aggregation classes have moved packages
|
2018-09-07 04:58:06 -04:00
|
|
|
|
|
|
|
* All classes present in `org.elasticsearch.search.aggregations.metrics.*` packages
|
|
|
|
were moved to a single `org.elasticsearch.search.aggregations.metrics` package.
|
|
|
|
|
2018-10-23 16:01:01 -04:00
|
|
|
* All classes present in `org.elasticsearch.search.aggregations.pipeline.*` packages
|
|
|
|
were moved to a single `org.elasticsearch.search.aggregations.pipeline` package. In
|
|
|
|
addition, `org.elasticsearch.search.aggregations.pipeline.PipelineAggregationBuilders`
|
|
|
|
was moved to `org.elasticsearch.search.aggregations.PipelineAggregationBuilders`
|
|
|
|
|
|
|
|
|
2018-09-27 11:41:38 -04: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.
|