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
Sometime I met some responses in multisearch result:
{"error":"EsRejectedExecutionException[rejected execution of [org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction$2]]"}
but the QueryResponse class dont have any field to determine if there're an exception occured in multi-search response.
It's good if QueryResponse has a property like "error" to determine this case.