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
Description of the problem including expected versus actual behavior:
Expected behaviour: Returns a response which includes entries for found and not found ids.
Actual behaviour MultiGet() throws UnexpectedTransportException if an id does not exist in the index.
Elastic.Clients.Elasticsearch version: 8.0.4
Elasticsearch version: 8.5.3
.NET runtime version: 7.0.101
Operating system version: Darwin 22.2.0
Description of the problem including expected versus actual behavior:
Expected behaviour: Returns a response which includes entries for found and not found ids.
Actual behaviour
MultiGet()
throwsUnexpectedTransportException
if an id does not exist in the index.Steps to reproduce:
The above throws an exception on the second
MultigetAsync()
call:Expected behavior
The text was updated successfully, but these errors were encountered: