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:
When i call GetMany method, nest thrown exception like below:
Request:
_elasticClient.GetMany(taskIds)
Exception:
# FailureReason: BadResponse when trying to POST http://localhost:9200/_mget
# Audit trail of this API call:
- BadResponse: Node: http://localhost:9200/ Took: 00:00:00.0414999
# ServerError: ServerError: 400Type: action_request_validation_exception
Reason: "Validation Failed: 1: index is missing for doc 0;2:
index is missing for doc 1;3:
But when I add defaultIndex and type to GetMany call everythink is ok.