summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/matching/request_context/request_context_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove most of the now void clock indirection.Henning Baldersheim2023-12-151-1/+1
* Wire in thread bundle to execute info and request context.Henning Baldersheim2023-12-121-8/+11
* Update copyrightJon Bratseth2023-10-091-1/+1
* Propagate DocumentMetaStore read gaurd to RequestContext.Henning Baldersheim2023-05-091-1/+1
* Reduce code duplication by using fef::QueryValue in RequestContext implementa...Geir Storli2022-07-051-8/+15
* Let the InvocationService drive the clock instead of having its own ticking l...Henning Baldersheim2022-03-031-2/+3
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* all scalars must be doubleHÃ¥vard Pettersen2021-03-041-1/+1
* use SimpleValue instead of EngineOrFactoryArne Juul2020-12-021-7/+8
* cleanup unused includeArne Juul2020-11-271-1/+0
* handle both engine- and factory-based tensorsArne Juul2020-10-151-5/+8
* Wire in nearest neighbor brute force limit.Tor Egge2020-06-191-1/+3
* c_str -> dataHenning Baldersheim2020-01-211-1/+1
* Revert "Revert "Balder/remove steadytimestamp 2""Henning Baldersheim2019-12-161-1/+1
* Revert "Balder/remove steadytimestamp 2"Henning Baldersheim2019-12-161-1/+1
* Use std::chrono.Henning Baldersheim2019-12-091-1/+1
* Make one doom with explicit hard and soft instead of wrapping and nesting.Henning Baldersheim2019-12-041-1/+1
* Wrap soft and hard doom in an CombinedDoom.Henning Baldersheim2019-12-031-7/+7
* Change get_query_tensor() to return vespalib::eval::Value::UP and use default...Geir Storli2019-11-201-14/+12
* Expose tensors passed with the query in IRequestContext.Geir Storli2019-11-201-0/+83