mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Currently we fail the whole ranking evaluation request when we receive an exception for any of the search requests. We should collect those errors and report them back to the user in the rest response. This change adds collecting the errors and propagating them back via the RankEvalResponse. Closes #19889