aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/queryeval/blueprint/mysearch.h
Commit message (Collapse)AuthorAgeFilesLines
* Use SmallVector to avoid allocation in the common case.Henning Baldersheim2023-05-121-1/+4
|
* Move the fieldspec base vector.Henning Baldersheim2023-05-111-2/+2
|
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-211-3/+3
|
* explicit default filterHåvard Pettersen2022-10-311-0/+4
|
* Auto-adjust targetHits for approximate nearest neighbor search when using ↵Geir Storli2022-05-101-1/+1
| | | | | | | | post-filtering. The goal is to expose 'targetHits' hits to first-phase ranking. Before searching the HNSW index, targetHits is adjusted based on the estimated hit ratio of the query to compensate for the hits that will be removed in post-filtering.
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* use vector of UP as MultiSearch::ChildrenArne Juul2020-06-041-14/+8
| | | | | | * add helper class for constructing MultiSearch::Children (mostly for unit tests) * rewrite as needed to adapt
* constify GlobalFilter passingArne Juul2020-05-131-1/+1
|
* own the filter in a class and use shared_from_thisArne Juul2020-05-121-1/+1
|
* add set_global_filter API w/wiring and unit testArne Juul2020-05-081-1/+7
|
* unit test want_global_filter aggregationArne Juul2020-05-081-1/+8
|
* Revert "Revert "Balder/add executeinfo""Henning Baldersheim2020-01-031-5/+10
|
* Revert "Balder/add executeinfo"Arnstein Ressem2020-01-031-10/+5
|
* Add test for AndBlueprint.fetchPostings.Henning Baldersheim2020-01-011-4/+8
|
* Reduce code visibility.Henning Baldersheim2020-01-011-0/+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/+16
|
* Drop the dangerous LinkedPtr.Henning Baldersheim2017-08-211-6/+5
|
* 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
|
* add override in searchlib moduleArne H Juul2017-04-121-4/+4
|
* Add missing include.Henning Baldersheim2016-12-121-7/+7
|
* PublishJon Bratseth2016-06-151-0/+155