aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/queryeval/fake_requestcontext.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Use shared_ptr for the read guardHenning Baldersheim2023-05-091-1/+1
* Normalize includes in searchcore and searchlib.Tor Egge2022-09-281-1/+1
* Some c++ cleanup while reading code.Henning Baldersheim2022-09-051-2/+3
* Reduce code duplication by using fef::QueryValue in RequestContext implementa...Geir Storli2022-07-051-5/+5
* Let the InvocationService drive the clock instead of having its own ticking l...Henning Baldersheim2022-03-031-1/+2
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* remove EngineOrFactoryHÃ¥vard Pettersen2020-12-041-2/+3
* cleanup unused includeArne Juul2020-11-271-1/+0
* cosmetic cleanupsArne Juul2020-10-151-1/+1
* handle both engine- and factory-based tensorsArne Juul2020-10-151-1/+2
* Wire in nearest neighbor brute force limit.Tor Egge2020-06-191-0/+4
* Revert "Revert "Balder/remove steadytimestamp 2""Henning Baldersheim2019-12-161-2/+2
* Revert "Balder/remove steadytimestamp 2"Henning Baldersheim2019-12-161-2/+2
* Use std::chrono.Henning Baldersheim2019-12-091-2/+2
* Make one doom with explicit hard and soft instead of wrapping and nesting.Henning Baldersheim2019-12-041-2/+2
* Wrap soft and hard doom in an CombinedDoom.Henning Baldersheim2019-12-031-3/+6
* Add nearest neighbor blueprint and create it in attribute blueprint factory.Geir Storli2019-11-211-1/+12
* Change get_query_tensor() to return vespalib::eval::Value::UP and use default...Geir Storli2019-11-201-3/+3
* Expose tensors passed with the query in IRequestContext.Geir Storli2019-11-201-1/+7
* Add typesafe SteadyTimeStamp.Henning Baldersheim2019-11-151-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
* Change IRequestContext to return attributes as IAttributeVector.Geir Storli2017-03-151-6/+6
* Break the document include chain at the attribute vector.Henning Baldersheim2016-11-241-0/+1
* soft and hard doom.Henning Baldersheim2016-11-161-1/+0
* Introduce softdoom. This is computed based on statistics from earlier requests.Henning Baldersheim2016-11-161-0/+1
* PublishJon Bratseth2016-06-151-0/+34