aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/features/attributematchfeature.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Remove unused field/attribute access hinting.Tor Egge2023-05-131-1/+0
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-211-1/+1
* external error messages should not contain too many internal details.Arne H Juul2021-10-181-1/+1
* report more issues from searchlibHåvard Pettersen2021-10-151-1/+4
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Since there might be a large variation in number of entries, let us not take ...Henning Baldersheim2020-05-151-1/+0
* Create a QueryTermVector once and do the significance and connectedness looku...Henning Baldersheim2020-05-041-5/+11
* - Add debug logging.Henning Baldersheim2020-02-231-0/+1
* Use vespalib::count_sHenning Baldersheim2019-12-191-8/+5
* Add new maxWeight output to the attributeMatch rank feature.Geir Storli2019-11-051-2/+8
* Limit data types allowed for attribute match feature.Tor Egge2017-09-271-1/+3
* 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-8/+7
* Pass docId (local document id) to feature executor execute method insteadTor Egge2016-12-091-6/+6
* Use bound match data to resolve term field handles.Tor Egge2016-12-091-2/+9
* Use methods on input and output objects to get/set feature values instead ofTor Egge2016-12-071-11/+11
* Allocate feature executors on a stash to get them close together in memory.Tor Egge2016-12-021-9/+18
* PublishJon Bratseth2016-06-151-0/+350