-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Also, if you are a maintainer, please add any clarification and instructions about this issue.
I'm sorry if this is already entirely implemented. Feel free to let me know about the state of this issue in the repo.
Related to meilisearch/integration-guides#280
New implementation
Related to:
- issue: Display ranking details at search meilisearch/meilisearch#3771
- discussion: Return the output of the ranking rules for each search result meilisearch/product#594
- spec: Score details meilisearch/specifications#252
This feature aims to return ranking details for each document to understand and tweak the score of the documents more efficiently.
Ensure the SDKs can handle the new search parameter showRankingScore
. Also, ensure the SDK can handle the _rankingScore
attribute in the matched hits
.
TODO:
- Add the ability receive a new param in the
search
method calledshowRankingScore
. - Add the ability handle the new
_rankingScore
key/value in the search hits' response. - Add integration tests
Metadata
Metadata
Assignees
Labels
No labels