summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/matching
Commit message (Expand)AuthorAgeFilesLines
* extend unit testArne H Juul2021-10-191-0/+24
* use custom types for true/false (NodeTypes::True, ProtonTrue, etc)Arne H Juul2021-10-191-2/+2
* add ITEM_TRUE and ITEM_FALSE query nodesArne H Juul2021-10-181-0/+2
* Update 2018 copyright notices.gjoranv2021-10-073-3/+3
* Update 2017 copyright notices.gjoranv2021-10-0721-21/+21
* external ranking expressionsHåvard Pettersen2021-05-205-2/+34
* Revert "external ranking expressions"Harald Musum2021-05-205-34/+2
* external ranking expressionsHåvard Pettersen2021-05-185-2/+34
* - Use a LookupKey to further delay data conversion until we know it is necess...Henning Baldersheim2021-03-291-0/+11
* - Let DotProduct,Wand and WeightedSet be Term nodes in the query tree as they...Henning Baldersheim2021-03-293-46/+19
* add 'is_search' flag when creating match tools factoryHåvard Pettersen2021-03-251-2/+2
* all scalars must be doubleHåvard Pettersen2021-03-041-1/+1
* Avoid including singlenumericattribute.hppHenning Baldersheim2021-02-251-1/+0
* use size literals in searchcoreArne Juul2021-02-152-2/+4
* When making callbacks like notifying about new bucket show the gurad that is ...Henning Baldersheim2021-02-141-1/+2
* Use vespalib::duration for timeoutsHenning Baldersheim2021-01-311-2/+1
* use SimpleValue instead of EngineOrFactoryArne Juul2020-12-022-11/+12
* cleanup unused includeArne Juul2020-11-272-2/+0
* balance second phase ranking workloadHåvard Pettersen2020-11-022-96/+117
* handle both engine- and factory-based tensorsArne Juul2020-10-152-7/+11
* Add noexcept as indicated by -WnoeexceptHenning Baldersheim2020-10-071-1/+1
* Reuse document meta store state from prepare step instead of doingTor Egge2020-10-061-1/+1
* handle onnx model config for inputs and outputsHåvard Pettersen2020-09-221-6/+19
* handle onnx models configHåvard Pettersen2020-09-012-2/+15
* wire in using new JSON-lite location formatArne Juul2020-08-181-7/+11
* allow extracting locations as termsArne Juul2020-08-162-5/+5
* finish rewrite to use GeoLocationArne Juul2020-07-151-1/+1
* preserve old behaviorArne Juul2020-07-151-1/+2
* Consolidate search for GTest.Tor Egge2020-07-073-3/+0
* Use find_package to find gtest library.Tor Egge2020-06-293-3/+6
* Add a rank feature that will use the distribution key to provide a globally u...Henning Baldersheim2020-06-221-1/+6
* Wire in nearest neighbor brute force limit.Tor Egge2020-06-191-1/+3
* use vector of UP as MultiSearch::ChildrenArne Juul2020-06-041-14/+17
* Prepare to support matched-elements-only for arrays and weighted sets of prim...Geir Storli2020-05-201-10/+10
* - Handle more than 64k hits in the element vector.Henning Baldersheim2020-05-181-6/+6
* Extend semantic lifetime of view resolver variables in searchcoreTor Egge2020-04-221-6/+9
* Use enable_shared_from_this to simplify interface and keep the details local.Henning Baldersheim2020-02-171-1/+1
* Added content.proton.documentdb.matching.rank_profile.query_setup_time.avera...Ola Aunrønning2020-02-071-4/+22
* c_str -> dataHenning Baldersheim2020-01-212-2/+2
* Revert "Revert "Balder/add executeinfo""Henning Baldersheim2020-01-033-10/+12
* Revert "Balder/add executeinfo"Arnstein Ressem2020-01-033-12/+10
* Merge pull request #11619 from vespa-engine/balder/add-executeinfoHenning Baldersheim2020-01-023-10/+12
|\
| * Add ExecutionInfo to propagate more information than just strictness to fetch...Henning Baldersheim2019-12-313-10/+12
* | Remove unused constant (term_index).Tor Egge2020-01-021-1/+0
|/
* Add test for 1% capping.Henning Baldersheim2019-12-201-0/+10
* Revert "Revert "Balder/remove steadytimestamp 2""Henning Baldersheim2019-12-165-35/+34
* Revert "Balder/remove steadytimestamp 2"Henning Baldersheim2019-12-165-34/+35
* Use std::chrono.Henning Baldersheim2019-12-095-35/+34
* 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