summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/features/bm25/bm25_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Factor out FtTestApp.Tor Egge2024-01-091-1/+1
* Update copyrightJon Bratseth2023-10-091-1/+1
* 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-271-1/+1
* 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-141-0/+145