Skip to content

Commit

Permalink
Docs: Add note about removing prepareExecute from the java client
Browse files Browse the repository at this point in the history
  • Loading branch information
rjernst committed Jun 18, 2018
1 parent 1502812 commit 9cee41e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/reference/migration/migrate_7_0/java.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,10 @@

`isShardsAcked` has been replaced by `isShardsAcknowledged` in
`CreateIndexResponse`, `RolloverResponse` and
`CreateIndexClusterStateUpdateResponse`.
`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 build for the
appropriate request directly.

0 comments on commit 9cee41e

Please sign in to comment.