aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/queryeval/blueprint/blueprint_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Remove unused method.Henning Baldersheim2023-05-121-2/+2
|
* Use SmallVector to avoid allocation in the common case.Henning Baldersheim2023-05-121-7/+7
|
* Pack the State a bit closer togetherHenning Baldersheim2023-05-121-2/+2
|
* Move the fieldspec base vector.Henning Baldersheim2023-05-111-123/+68
|
* Fix the query trace type of allow_termwise_eval.Geir Storli2022-11-081-4/+4
|
* explicit default filterHåvard Pettersen2022-10-311-1/+6
|
* use common algorithms for filter creationHåvard Pettersen2022-10-251-1/+1
| | | | | add more testing keep children blueprints in unique pointers
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Avoid dynamic castHenning Baldersheim2021-03-301-9/+9
|
* use vector of UP as MultiSearch::ChildrenArne Juul2020-06-041-15/+15
| | | | | | * add helper class for constructing MultiSearch::Children (mostly for unit tests) * rewrite as needed to adapt
* Revert "Revert "Balder/add executeinfo""Henning Baldersheim2020-01-031-1/+1
|
* Revert "Balder/add executeinfo"Arnstein Ressem2020-01-031-1/+1
|
* Add ExecutionInfo to propagate more information than just strictness to ↵Henning Baldersheim2019-12-311-1/+1
| | | | | | | fetchPostings. The estimated hitrate that each iterator will will enable smarter query evaluation. Especially will it be possible to figure out if static up front cost can be avoided.
* added cost tier to blueprintsHåvard Pettersen2019-09-051-1/+5
|
* Unify root and children and drop a levelHenning Baldersheim2019-03-071-44/+43
|
* Transform to slime.Henning Baldersheim2019-03-051-0/+68
|
* Drop the dangerous LinkedPtr.Henning Baldersheim2017-08-211-3/+4
|
* 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
|
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-011-1/+0
|
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-241-1/+1
|
* Revert "Revert "Fix warnings hidden earlier due to including application ↵Henning Baldersheim2017-05-031-2/+2
| | | | headers as s…""
* Revert "Fix warnings hidden earlier due to including application headers as ↵Henning Baldersheim2017-05-031-2/+2
| | | | s…"
* Fix warnings hidden earlier due to including application headers as system ↵Henning Baldersheim2017-05-031-2/+2
| | | | includes
* add override in searchlib moduleArne H Juul2017-04-121-14/+14
|
* remove features from match dataHaavard2016-12-141-1/+1
|
* do not copy blueprints, freeze blueprintsHaavard2016-09-021-9/+0
|
* PublishJon Bratseth2016-06-151-0/+766