mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-30 10:23:41 -04:00
14 lines
477 B
Text
14 lines
477 B
Text
[[breaking_70_java_changes]]
|
|
=== Java API changes
|
|
|
|
==== `isShardsAcked` deprecated in `6.2` has been removed
|
|
|
|
`isShardsAcked` has been replaced by `isShardsAcknowledged` in
|
|
`CreateIndexResponse`, `RolloverResponse` and
|
|
`CreateIndexClusterStateUpdateResponse`.
|
|
|
|
==== `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.
|