-
5f30a628 · Create CustomTokenizer based on Tantivy's SimpleTokenizer
- ... and 1 more commit. Compare 6ab7fbb0...5f30a628
-
502736f1 · Use a custom score combiner for the top-level clauses
- ... and 1 more commit. Compare 4870b7e7...502736f1
-
652795d9 · Show latest date on search result view for debugging our ranking.
- ... and 8 more commits. Compare f7ef4b50...652795d9
As discussed IRL after reviewing multiple queries, we will close this MR in favour of !1086
-
e6703254 · change license and explicetly label maps only after feedback
- ... and 1 more commit. Compare 493254ca...e6703254
-
d3a34248 · improve findability of groundwater stations by providing region nam...
-
d3a34248 · improve findability of groundwater stations by providing region nam...
-
6ab7fbb0 · Create CustomTokenizer based on Tantivy's SimpleTokenizer
- ... and 29 more commits. Compare 488a4c1e...6ab7fbb0
If we can calibrate it, !1086 is probably preferable...
So this where the boost is defined. Currently this is basically doing "sum-of-scores * num-matching-clauses / num-clauses" but since the "/ num-cla...