aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/queryeval
Commit message (Expand)AuthorAgeFilesLines
* Remove most use of vespalib::rmdir in searchlib.Tor Egge2022-06-021-2/+2
* Don't calculate score or weights when unpacking for a term inTor Egge2022-06-013-37/+178
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ...Henning Baldersheim2022-05-254-3/+4
* Auto-adjust targetHits for approximate nearest neighbor search when using pos...Geir Storli2022-05-102-5/+5
* Move SearchContext out from AttributeVector.Tor Egge2022-03-291-1/+1
* Let the InvocationService drive the clock instead of having its own ticking l...Henning Baldersheim2022-03-031-4/+5
* Remove inlining warnings (searchlib).Tor Egge2022-02-261-0/+30
* Stop using std::binary_function (searchlib).Tor Egge2022-02-261-1/+1
* Propagate memory allocator to growable bitvector in SingleBoolAttribute.Tor Egge2022-02-151-1/+1
* Update 2019 Oath copyrights.gjoranv2021-10-272-2/+2
* Update Verizon Media copyright notices.gjoranv2021-10-074-4/+4
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Update 2017 copyright notices.gjoranv2021-10-0748-48/+48
* use saturated sum as hit estimate for ORHÃ¥vard Pettersen2021-10-011-0/+16
* Expose bug reletate to initialization of most costly features K computation.Henning Baldersheim2021-06-111-22/+34
* Merge pull request #17226 from vespa-engine/balder/dotproduct-as-termHenning Baldersheim2021-03-305-13/+12
|\
| * - Let DotProduct,Wand and WeightedSet be Term nodes in the query tree as they...Henning Baldersheim2021-03-295-13/+12
* | Avoid dynamic castHenning Baldersheim2021-03-301-9/+9
|/
* Make the SearchTerm enum a small scoped enum and rename to Type.Henning Baldersheim2021-03-041-1/+1
* Avoid including singlenumericattribute.hppHenning Baldersheim2021-02-251-2/+2
* Reduce runtime by using 500 -> 300 children.Henning Baldersheim2021-01-141-11/+14
* add distanceThreshold option for nearestNeighbor operatorArne Juul2021-01-081-1/+15
* Some -std=c++20a fixes:Arne Juul2020-12-061-2/+2
* Eliminate inlining warnings.Tor Egge2020-12-041-0/+4
* use SimpleValue instead of EngineOrFactoryArne Juul2020-12-021-3/+4
* track CellType moveArne Juul2020-11-201-1/+1
* cosmetic cleanupsArne Juul2020-10-151-2/+1
* simplifyArne Juul2020-10-151-1/+0
* handle both engine- and factory-based tensorsArne Juul2020-10-151-16/+11
* Add noexcept as indicated by -WnoeexceptHenning Baldersheim2020-10-071-4/+4
* Explicitly instantiate common attribute update member functions.Tor Egge2020-10-051-1/+0
* Add unit test for matching elements search.Tor Egge2020-09-022-0/+145
* Extend Document weight attribute interface to use dictionary snapshotTor Egge2020-08-281-1/+1
* Initialize _interval member variable in predicate search unit test.Tor Egge2020-08-231-2/+6
* Consolidate search for GTest.Tor Egge2020-07-073-3/+0
* Use find_package to find gtest library.Tor Egge2020-07-011-1/+2
* Merge pull request #13742 from vespa-engine/toregge/use-find-package-to-find-...Geir Storli2020-06-301-1/+2
|\
| * Use find_package to find gtest library.Tor Egge2020-06-291-1/+2
* | use gtest in searchiteratorverifier alsoArne Juul2020-06-301-1/+3
* | GC old wrapper testsArne Juul2020-06-296-289/+0
* | modernize wrapper tests and re-use common codeArne Juul2020-06-292-0/+206
|/
* unit test FilterWrapper classArne Juul2020-06-242-0/+134
* add TODOs about further use of unique_ptrArne Juul2020-06-051-0/+1
* use vector of UP as MultiSearch::ChildrenArne Juul2020-06-0412-330/+325
* rename regex option MultiLine -> DotMatchesNewlineArne Juul2020-05-281-3/+2
* test createFilterSearch in basic intermediate blueprintsArne Juul2020-05-281-0/+47
* - Handle more than 64k hits in the element vector.Henning Baldersheim2020-05-181-6/+6
* Merge pull request #13264 from vespa-engine/toregge/unpack-interleaved-featur...Tor Egge2020-05-162-25/+87
|\
| * Unpack interleaved features if they are needed in equiv search.Tor Egge2020-05-152-25/+87
* | Follow up on PR comments.Henning Baldersheim2020-05-151-3/+5