Hello,
I’m trying to find a way to validate search results for different queries. I found search-rank-eval API (Ranking evaluation API | Elasticsearch Guide [8.12] | Elastic), which seems to do what I need. The issue is that I’m using Elastic Enterprise App Search, where I’m configuring relevance tuning, curations, and synonyms in App Search, but these changes don’t appear in search-rank-eval API.
I believe this is because search-rank-eval API accesses the Elasticsearch index directly, and my configurations are one level up, at the App Search. I’m not sure if this is correct, and if so, my question is, is there a way to use something similar to search-rank-eval when using App Search?