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-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 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
|
2018-12-03 10:22:42 -08:00
|
|
|
because `Settings` is no longer needed.
|
|
|
|
|
|
|
|
[float]
|
|
|
|
==== Deprecated method `Client#termVector` removed
|
|
|
|
|
|
|
|
The client method `termVector`, deprecated in 2.0, has been removed. The method
|
|
|
|
`termVectors` (plural) should be used instead.
|