aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/features/bm25_feature.h
Commit message (Expand)AuthorAgeFilesLines
* Allow control of wand rangeHenning Baldersheim2024-04-291-1/+1
* Update copyrightJon Bratseth2023-10-091-1/+1
* Make average field length configurable for bm25 rank feature.Geir Storli2023-07-061-1/+4
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* Add noexcept as indicated by -WnoeexceptHenning Baldersheim2020-10-071-1/+1
* Reduce number of math operations in inner loop of bm25 feature.Geir Storli2019-06-171-5/+8
* Add support for overriding k1 and b parameters in bm25 feature via rank prope...Geir Storli2019-06-131-1/+7
* Use inverse document frequency in calculation of bm25 score.Geir Storli2019-06-121-0/+2
* Use average field length (as provided by query environment) in bm25 rank feat...Geir Storli2019-06-111-1/+3
* Implement skeleton of new BM25 ranking feature.Geir Storli2019-05-141-0/+59