- Get ranking information with the
getRankingInfo
parameter. This parameter lets you look at and analyze the criteria Algolia uses to rank results. For a given query it returns the value for each ranking criteria. By understanding those values you can understand why a result appears before or after another. See more below. - Reproducing a problem on a small dataset and solving it by process of elimination. This strategy can be used alongside the
getRankingInfo
parameter. It helps you improve the results of specific queries. The idea is to create a very small index that mirrors your main index, and to test different configurations one-by-one until you’ve singled out the problem or inefficiency. - Analytics and Insights. This lets you follow your users’ behavior with Analytics.
The engine’s ranking decisions
You can find out why a record is ranked the way it is, and use this information to troubleshoot your data and relevance settings. You can do this in the Algolia dashboard or with the API.Troubleshooting in the dashboard
If you go to your dashboard and search, you have a “Ranking Info” section that details how Algolia ranked this record.
Troubleshooting with the API
Ranking information can be retrieved with the API. For that, you need to use the parametergetRankingInfo
and set it to true.
Initialize the client
Set up an API client and send your data to Algolia.Search with getRankingInfo
_rankingInfo
attribute:
JSON
_rankingInfo
in the search response.