java.asciidoc 870 B

123456789101112131415161718192021222324
  1. [[breaking_70_java_changes]]
  2. === Java API changes
  3. ==== `isShardsAcked` deprecated in `6.2` has been removed
  4. `isShardsAcked` has been replaced by `isShardsAcknowledged` in
  5. `CreateIndexResponse`, `RolloverResponse` and
  6. `CreateIndexClusterStateUpdateResponse`.
  7. ==== `prepareExecute` removed from the client api
  8. The `prepareExecute` method which created a request builder has been
  9. removed from the client api. Instead, construct a builder for the
  10. appropriate request directly.
  11. ==== Some Aggregation classes have moved packages
  12. * All classes present in `org.elasticsearch.search.aggregations.metrics.*` packages
  13. were moved to a single `org.elasticsearch.search.aggregations.metrics` package.
  14. ==== `Retry.withBackoff` methods with `Settings` removed
  15. The variants of `Retry.withBackoff` that included `Settings` have been removed
  16. because `Settings` is no longer needed.