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
{{ message }}
This repository was archived by the owner on Apr 28, 2023. It is now read-only.
It would be great to have the score of the search engine as part of the search results.
E.g. https://www.ebi.ac.uk/ols/api/search?q=liver
The general score is described as qf = label^5 synonym^3 description short_form^2 obo_id^2 annotations logical_description iri, but not returned as part of the results. We want to use the ranking information to build an annotation tool but currently the ranking score is not provided as part of the results.
Where can I find more information about the ranking and score currently applied in the search?
It would be great to have the score of the search engine as part of the search results.
E.g. https://www.ebi.ac.uk/ols/api/search?q=liver
The general score is described as
qf = label^5 synonym^3 description short_form^2 obo_id^2 annotations logical_description iri, but not returned as part of the results. We want to use the ranking information to build an annotation tool but currently the ranking score is not provided as part of the results.Where can I find more information about the ranking and score currently applied in the search?