Docs: Add note about removing prepareExecute from the java client (#31401)
relates #30966
This commit is contained in:
parent
a5540ba19c
commit
c0961b79be
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue