aboutsummaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/vespa/searchvisitor/hitcollector.cpp
Commit message (Expand)AuthorAgeFilesLines
* - Add inteface for getting summary features for a single hit too.Henning Baldersheim2024-02-131-0/+24
* Take owenship for the stuff you provide. Do not rely on the caller.Henning Baldersheim2024-02-131-10/+10
* - Add all hits to the hit collector.Henning Baldersheim2024-02-131-58/+63
* Revert "Revert "- Use explicit given wanted hit count.""Henning Baldersheim2024-02-121-25/+41
* Revert "- Use explicit given wanted hit count."Henning Baldersheim2024-02-121-41/+25
* Merge branch 'master' into balder/use-wanted-hitcountHenning Baldersheim2024-02-121-9/+6
|\
| * - DocId is an overloaded type already. Just use string as directly for readab...Henning Baldersheim2024-02-101-9/+6
* | It is know up front that if we sort by rank or by sortblob. So instead of det...Henning Baldersheim2024-02-111-14/+15
* | Make separate make/push/pop heap function to improve readabilityHenning Baldersheim2024-02-111-18/+31
* | - Use explicit given wanted hit count.Henning Baldersheim2024-02-111-2/+4
|/
* Update copyrightJon Bratseth2023-10-091-1/+1
* Populate match features in search result for streaming search.Tor Egge2023-04-271-1/+32
* Consolidate feature extraction between indexed and streaming search.Tor Egge2023-04-261-28/+7
* Move search::FeatureValues to vespalib::FeatureValues in preparation forTor Egge2023-04-251-1/+1
* use standard C++ idiomArne H Juul2022-06-291-2/+3
* perform feature renaming in streaming alsoArne H Juul2022-06-221-2/+7
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* all scalars must be doubleHåvard Pettersen2021-03-041-1/+1
* engine.encode -> encode_valueArne Juul2020-12-021-2/+2
* handle both engine- and factory-based tensorsArne Juul2020-10-151-4/+3
* Move streaming search classes from namespace storage -> streaming.Geir Storli2019-11-281-2/+2
* populate feature sets with serialized tensorsHåvard Pettersen2019-06-131-3/+18
* Include what you need.Henning Baldersheim2017-08-181-0/+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
* Include stringfmt where it was needed.Henning Baldersheim2017-06-061-0/+1
* No need for std::moveHenning Baldersheim2017-03-211-1/+1
* Remove StorageDocument::LPHenning Baldersheim2017-03-211-8/+8
* update with lazy APIHaavard2017-02-231-1/+1
* Move the heavy hits.Henning Baldersheim2017-01-251-8/+22
* Clean up a very dangerous interface to prevent potential misuse.Henning Baldersheim2017-01-201-12/+11
* Do not include fastos.hHenning Baldersheim2016-12-191-3/+3
* Remove docId from match data.Tor Egge2016-12-131-6/+6
* Use feature resolver instead of resolving directly on match data.Tor Egge2016-12-081-4/+9
* PublishJon Bratseth2016-06-151-0/+149