aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/queryeval/weighted_set_term
Commit message (Expand)AuthorAgeFilesLines
* 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-072-2/+2
* - 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
* Remove files used by old unit test runner.Tor Egge2019-02-192-2/+0
* use internal match data for common dummy term field match dataHåvard Pettersen2017-09-251-2/+45
* 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-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
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-161-1/+1
* PublishJon Bratseth2016-06-155-0/+252