aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/queryeval/dot_product_search.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Use ConstArrayRef instead of const ref to std::vector.Henning Baldersheim2023-07-061-6/+5
* Query Blueprints have a longer lifetime, hence there is no need to take a cop...Henning Baldersheim2023-07-061-1/+1
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-211-5/+5
* Add clarifying comment.Henning Baldersheim2022-08-151-4/+4
* Don't calculate score or weights when unpacking for a term inTor Egge2022-06-011-16/+28
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Nested namespace and default destructorsHenning Baldersheim2018-04-031-4/+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
* Also check the single item optimization too.Henning Baldersheim2017-02-151-1/+1
* Need to call unpack before using the weight.Henning Baldersheim2017-02-151-0/+1
* set DocId the correct places and update test according to my understanding of...Henning Baldersheim2017-02-131-1/+2
* SingleQueryDotProductSearch -> SingleTermDotProductSearchHenning Baldersheim2017-02-131-3/+3
* Do seek, not doSeek directly.Henning Baldersheim2017-02-131-1/+1
* Optimise the single query item dotproduct.Henning Baldersheim2017-02-131-14/+50
* Use the iterator verifierHenning Baldersheim2017-02-031-7/+1
* PublishJon Bratseth2016-06-151-0/+154