How does Algolia’s tie-breaking ranking algorithm work?
- 0 typos
- 0 typos && MAX(words)
- 0 typos && MAX(words) && MIN(proximity)
- 0 typos && MAX(words) && MIN(proximity) && MAX(attribute)
- 0 typos && MAX(words) && MIN(proximity) && MAX(attribute) && MAX(exact)
- 0 typos && MAX(words) && MIN(proximity) && MAX(attribute) && MAX(exact) && MAX(custom)
- 0 typos && MAX(words) && MIN(proximity) && MAX(attribute) && MAX(exact) && MAX(custom)-1
- 0 typos && MAX(words) && MIN(proximity) && MAX(attribute) && MAX(exact) && MAX(custom)-2
- ...
- 0 typos && MAX(words) && MIN(proximity) && MAX(attribute) && MAX(exact)-1
- 0 typos && MAX(words) && MIN(proximity) && MAX(attribute) && MAX(exact)-2
- ...
- 0 typos && MAX(words) && MIN(proximity) && MAX(attribute)-1
- 0 typos && MAX(words) && MIN(proximity) && MAX(attribute)-2
- ...
- 0 typos && MAX(words) && MIN(proximity)+1
- 0 typos && MAX(words) && MIN(proximity)+2
- ...
- 0 typos && MAX(words)-1 matching words
- 0 typos && MAX(words)-2 matching words
- ...
- 1 typo
- ...
- 2 typos
- ...PreviousIs it possible to apply weights/boosts to a specific attribute?NextCan I have a different ranking for each user?
Last updated