aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/queryeval/weighted_set_term/weighted_set_term_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* If there is a single child in the ws, that also is a leaf, it will be be lift...Henning Baldersheim2023-09-291-1/+9
* Add test for single term wsetsHenning Baldersheim2023-09-291-12/+32
* Use auto and std::make_uniqueHenning Baldersheim2023-07-271-9/+9
* We only need the FieldSpecBase. No need to carry and copy the name around.Henning Baldersheim2023-07-191-3/+2
* Accumulate HitEstimate and apply when complete.Henning Baldersheim2023-07-061-1/+3
* Use SmallVector to avoid allocation in the common case.Henning Baldersheim2023-05-121-2/+4
* Deinline large destructors and clean up some code based on clion hints.Henning Baldersheim2023-02-011-32/+38
* explicit default filterHåvard Pettersen2022-10-311-0/+3
* Don't calculate score or weights when unpacking for a term inTor Egge2022-06-011-17/+73
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* - Let DotProduct,Wand and WeightedSet be Term nodes in the query tree as they...Henning Baldersheim2021-03-291-2/+2
* use vector of UP as MultiSearch::ChildrenArne Juul2020-06-041-1/+1
* 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 fetch...Henning Baldersheim2019-12-311-2/+2
* use internal match data for common dummy term field match dataHåvard Pettersen2017-09-251-2/+45
* 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-2/+2
* Follow up from @havardpe comments.Henning Baldersheim2017-02-061-4/+4
* Use the iterator verifier and factor out common code for dotproduct and weigh...Henning Baldersheim2017-02-031-44/+20
* PublishJon Bratseth2016-06-151-0/+240