summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/features/bm25
Commit message (Expand)AuthorAgeFilesLines
* Make average field length configurable for bm25 rank feature.Geir Storli2023-07-061-0/+15
* Add bm25() and matches() and remove now() as default rank features to be dump...Geir Storli2022-06-081-0/+6
* Update 2019 Oath copyrights.gjoranv2021-10-272-2/+2
* Consolidate search for GTest.Tor Egge2020-07-071-1/+0
* Use find_package to find gtest library.Tor Egge2020-06-291-1/+2
* Add support to override inverse document frequency in bm25 feature by using s...Geir Storli2019-06-141-0/+9
* Add support for overriding k1 and b parameters in bm25 feature via rank prope...Geir Storli2019-06-131-7/+56
* Use inverse document frequency in calculation of bm25 score.Geir Storli2019-06-121-11/+32
* Use average field length (as provided by query environment) in bm25 rank feat...Geir Storli2019-06-111-5/+29
* Implement skeleton of new BM25 ranking feature.Geir Storli2019-05-142-0/+156