mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
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…
x
Reference in New Issue
Block a user