aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/features/flow_completeness_feature.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Modernize C++ code with auto and range-based loops.Geir Storli2023-07-071-2/+2
* 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-4/+4
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* - Add debug logging.Henning Baldersheim2020-02-231-3/+3
* Avoid assert in header files.Henning Baldersheim2019-03-291-0/+2
* nested namepace and related cleanupHenning Baldersheim2019-01-221-23/+25
* 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
* Use locale insensitiv atofHenning Baldersheim2017-06-191-1/+2
* 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
* Deinline after gcc 7 adviseHenning Baldersheim2017-05-051-0/+4
* Remove not needed includes.Henning Baldersheim2016-12-151-1/+1
* Split in hash_xxx, array, lru, cache ++ in hpp files. To reduce clinon buildHenning Baldersheim2016-12-151-3/+2
* Pass docId (local document id) to feature executor execute method insteadTor Egge2016-12-091-1/+1
* 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-6/+6
* Allocate feature executors on a stash to get them close together in memory.Tor Egge2016-12-021-3/+3
* PublishJon Bratseth2016-06-151-0/+309