Is it possible to get the search result score? #602
Replies: 10 comments 15 replies
-
Hey @FourierTransformer, Yeah, this is planed and is the 6th step of meilisearch/meilisearch#692. |
Beta Was this translation helpful? Give feedback.
-
Would this be part of a solution to being able to filter out only remotely accurate search results from otherwise accurate? For example, I have a case where 6 of the results contain the search keywords in the title field, but there's also 3 other results that have them somewhere in the fields. I would imagine you could use the disparity in score to filter out the other three. |
Beta Was this translation helpful? Give feedback.
-
Hi @Kerollmops, Would this return a numerical value for each ranking rule? I'm hoping to use the numerical values to create a custom rank based on the existing rules. This would allow me to have a less linear ranking rule priority (if i say typos is the number 1 priority, and number of words matching 2nd priority, something with only 1 word missing might still be better that something with 5 typos). I haven't started playing with this directly yet, but after reviewing the documentation, it seems like I would need something like this in order to optimize my ecommerce product feed. A more likely example would be needing to weigh estimated revenue and overall relevance - in which case I would still need to design a consolidated 'relevance' score. Lastly, in the first example I mentioned, do the ranking rules truly work like this, where if I choose typos ranked as #1, it will give me all results with fewest typos, regardless of how well the other rules perform? Thanks for your help! |
Beta Was this translation helpful? Give feedback.
-
Hi ! It's been a while since the question was originally asked. Is this feature still planned for development? |
Beta Was this translation helpful? Give feedback.
-
I would like this feature to get search results of different indexes and then merge and sort them using relevancy score. |
Beta Was this translation helpful? Give feedback.
-
Mysql's fulltext score seems to be an arbitrary number, I'm not sure if there's a maximum. For me it was usually between 0 and 70 or so. Whatever works. It can be nice to know when the top result (or top 3) is 50x stronger of a match than the next match, for example. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone! 👋 Quick update on our side, we've started working on a solution to return ranking score details on search. You can follow the updates in #594 |
Beta Was this translation helpful? Give feedback.
-
Update: Scoring details will be available as an experimental feature in Meilisearch You can find the details in #674 |
Beta Was this translation helpful? Give feedback.
-
Hello everyone 👋 We have just released the first RC (release candidate) of Meilisearch containing this new feature! docker run -it --rm -p 7700:7700 -v $(pwd)/meili_data:/meili_data getmeili/meilisearch:v1.3.0-rc.0 You are welcome to leave your feedback in this discussion. If you encounter any bugs, please report them here. 🎉 The official and stable release containing this change will be available on July 31st, 2023 |
Beta Was this translation helpful? Give feedback.
-
Hey folks 👋 v1.3 has been released! 🦁 You can now get global and detailed ranking scores for your documents ✨ Note: Document ranking score details are considered Experimental, you can find the usage instructions in #674 📚 https://www.meilisearch.com/docs/learn/core_concepts/relevancy#ranking-score |
Beta Was this translation helpful? Give feedback.
-
I'm curious if I can get the internal ranking/score when performing a search.
Beta Was this translation helpful? Give feedback.
All reactions