We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1502812 commit 9cee41eCopy full SHA for 9cee41e
docs/reference/migration/migrate_7_0/java.asciidoc
@@ -5,4 +5,10 @@
5
6
`isShardsAcked` has been replaced by `isShardsAcknowledged` in
7
`CreateIndexResponse`, `RolloverResponse` and
8
-`CreateIndexClusterStateUpdateResponse`.
+`CreateIndexClusterStateUpdateResponse`.
9
+
10
+==== `prepareExecute` removed from the client api
11
12
+The `prepareExecute` method which created a request builder has been
13
+removed from the client api. Instead, construct a build for the
14
+appropriate request directly.
0 commit comments