Docs: Add note about removing prepareExecute from the java client (#31401)

relates #30966
This commit is contained in:
Ryan Ernst 2018-06-19 07:21:58 -07:00 committed by GitHub
parent a5540ba19c
commit c0961b79be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -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.