Below is terms query with _msearch. But its not giving all result.As of now, it only return result for
4161 even though data exists for 4402 as well.
please look suggest solution.
GET _msearch
{ "index": ["index1", "index2", "index3"]}
{"query": {"terms": {"user_id": [4161,4402] } }}