Skip to content

Commit

Permalink
Docs: Add note about removing prepareExecute from the java client (#3…
Browse files Browse the repository at this point in the history
…1401)

relates #30966
  • Loading branch information
rjernst authored Jun 19, 2018
1 parent a5540ba commit c0961b7
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 builder for the
appropriate request directly.

0 comments on commit c0961b7

Please sign in to comment.