You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SearchRequest body and MultisearchBody have exactly the same properties. They should actually be the same type: beyond removing the need to keep them in sync, this also allows using that same type to build both search requests and multisearch request items.
This will be a breaking change since we need to rename MultisearchBody to something like SearchRequestBody and update SearchRequest to use it as a value body.
SearchRequest
body andMultisearchBody
have exactly the same properties. They should actually be the same type: beyond removing the need to keep them in sync, this also allows using that same type to build both search requests and multisearch request items.This will be a breaking change since we need to rename
MultisearchBody
to something likeSearchRequestBody
and updateSearchRequest
to use it as a value body.Reported in elastic/elasticsearch-java#151
The text was updated successfully, but these errors were encountered: