mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-12 21:57:31 -04:00
Updated How Search in 1.6 works (markdown)
parent
6dfbc72d0c
commit
155e673874
@ -44,4 +44,6 @@ The first order derivative of f(x) is f'(x) = 1 / (x - 1.17129). f(x) decrease f
|
|||||||
Step 5: Calculate rank score
|
Step 5: Calculate rank score
|
||||||
For indexed search results: RankScore = Levenshtein distance * f(x)
|
For indexed search results: RankScore = Levenshtein distance * f(x)
|
||||||
For title search results: RankScore = Levenshtein distance * 1
|
For title search results: RankScore = Levenshtein distance * 1
|
||||||
Sort ascending by RankScore gives you final search ranks!
|
Sort ascending by RankScore gives you final search ranks!
|
||||||
|
|
||||||
|
**Note:** In version 1.6 alphas, you can head over to Setting -> Boost Factor 🚀 to set your own (x1, y1) & (x2, y2), the app will solve m and n for you and use it in the next search.
|
Loading…
x
Reference in New Issue
Block a user