aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/features/matchesfeature.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Add bm25() and matches() and remove now() as default rank features to be dump...Geir Storli2022-06-081-2/+11
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Add a rank feature that will use the distribution key to provide a globally u...Henning Baldersheim2020-06-221-4/+25
* Use SingleZeroValueExecutor where possible.Henning Baldersheim2020-03-181-1/+1
* - Add debug logging.Henning Baldersheim2020-02-231-6/+6
* enable re-using termwise bitvectors in second phaseHåvard Pettersen2017-09-201-1/+1
* Revert "Havardpe/reuse termwise vector in second phase"Henning Baldersheim2017-09-191-1/+1
* pass cost MatchData to executorsHåvard Pettersen2017-09-191-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Reduce fastos.h dependency.Henning Baldersheim2017-06-011-4/+1
* Pass docId (local document id) to feature executor execute method insteadTor Egge2016-12-091-2/+2
* Use bound match data to resolve term field handles.Tor Egge2016-12-091-2/+8
* Use methods on input and output objects to get/set feature values instead ofTor Egge2016-12-071-1/+1
* Allocate feature executors on a stash to get them close together in memory.Tor Egge2016-12-021-5/+5
* PublishJon Bratseth2016-06-151-0/+90