aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/queryeval/parallel_weak_and
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-092-2/+2
|
* Use SmallVector to avoid allocation in the common case.Henning Baldersheim2023-05-121-2/+2
|
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-211-6/+6
|
* Fix the query trace type of allow_termwise_eval.Geir Storli2022-11-081-2/+2
|
* Update 2017 copyright notices.gjoranv2021-10-072-2/+2
|
* - Let DotProduct,Wand and WeightedSet be Term nodes in the query tree as ↵Henning Baldersheim2021-03-291-3/+2
| | | | | | | | they really are. That restricts the nodes to what they can really do and makes them significantly cheaper. - In addition type conversion of numeric terms is delayed to when it is necessary. And as next step they can be avoided completely.
* Extend Document weight attribute interface to use dictionary snapshotTor Egge2020-08-281-1/+1
| | | | (for reproducible lookup) and store enum index for lookup key.
* use vector of UP as MultiSearch::ChildrenArne Juul2020-06-041-6/+9
| | | | | | * 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-2/+2
|
* Revert "Balder/add executeinfo"Arnstein Ressem2020-01-031-2/+2
|
* Add ExecutionInfo to propagate more information than just strictness to ↵Henning Baldersheim2019-12-311-2/+2
| | | | | | | 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-0/+2
|
* Remove files used by old unit test runner.Tor Egge2019-02-192-3/+0
|
* Update copyright headersJon Bratseth2017-06-142-2/+2
|
* Revert "Update copyright headers"Jon Bratseth2017-06-142-2/+2
|
* Update copyright headersJon Bratseth2017-06-142-2/+2
|
* Revert "Copyright header"Jon Bratseth2017-06-132-2/+2
|
* Copyright headerJon Bratseth2017-06-132-2/+2
|
* add override in searchlib moduleArne H Juul2017-04-121-1/+1
|
* Deinline destructorsi and use -Winline gcc option.Henning Baldersheim2017-03-091-7/+19
|
* Follow up from @havardpe comments.Henning Baldersheim2017-02-061-3/+3
|
* Use the iterator verifier for parallell weak and too.Henning Baldersheim2017-02-031-25/+19
|
* remove features from match dataHaavard2016-12-141-2/+2
|
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-161-1/+1
|
* PublishJon Bratseth2016-06-155-0/+694