aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/features/bm25_feature.cpp
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-8/+26
* Add bm25() and matches() and remove now() as default rank features to be dump...Geir Storli2022-06-081-3/+11
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* - Add debug logging.Henning Baldersheim2020-02-231-1/+1
* Track rename of cheap features to interleaved features.Tor Egge2019-06-181-1/+1
* Reduce number of math operations in inner loop of bm25 feature.Geir Storli2019-06-171-5/+6
* Add support to override inverse document frequency in bm25 feature by using s...Geir Storli2019-06-141-4/+18
* Add support for overriding k1 and b parameters in bm25 feature via rank prope...Geir Storli2019-06-131-6/+40
* Use inverse document frequency in calculation of bm25 score.Geir Storli2019-06-121-2/+12
* Use average field length (as provided by query environment) in bm25 rank feat...Geir Storli2019-06-111-4/+30
* Trim down what to unpack for bm25 feature.Tor Egge2019-05-271-1/+2
* Implement skeleton of new BM25 ranking feature.Geir Storli2019-05-141-0/+101