summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/queryeval
Commit message (Expand)AuthorAgeFilesLines
* GC som compiler pragmas not needed anymore.Henning Baldersheim2023-01-301-8/+0
* Deinline TestParams copy constructorHenning Baldersheim2023-01-191-0/+5
* Deinline TestParams destructorHenning Baldersheim2023-01-191-1/+3
* Re-apply "Test exact nearest neighbor search using mixed tensor."Geir Storli2023-01-191-80/+100
* Revert "Test exact nearest neighbor search using mixed tensor."Henning Baldersheim2023-01-191-95/+81
* Merge pull request #25622 from vespa-engine/geirst/exact-nns-mixed-tensor-testHenning Baldersheim2023-01-191-81/+95
|\
| * Test exact nearest neighbor search using mixed tensor.Geir Storli2023-01-181-81/+95
* | profile source blender childrenHåvard Pettersen2023-01-171-12/+160
|/
* profiled iteratorHåvard Pettersen2023-01-132-0/+54
* Expose SameElement query terms to ranking.Geir Storli2023-01-122-7/+25
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-2112-30/+30
* Drop support for old gtest.Tor Egge2022-11-181-1/+1
* Fix the query trace type of allow_termwise_eval.Geir Storli2022-11-082-6/+6
* short-circuit filter evaluation if filter iterator is trivialHåvard Pettersen2022-10-311-0/+18
* explicit default filterHåvard Pettersen2022-10-317-2/+31
* create optimized filter searchHåvard Pettersen2022-10-281-101/+308
* more filter search testingHåvard Pettersen2022-10-261-51/+187
* use common algorithms for filter creationHåvard Pettersen2022-10-253-159/+214
* filter search test initial versionHåvard Pettersen2022-10-242-0/+167
* multi-threaded global filter creationHåvard Pettersen2022-09-151-19/+82
* add support for multi-bitvector global filterHåvard Pettersen2022-09-133-6/+149
* GlobalFilter is now an interfaceHåvard Pettersen2022-09-122-7/+10
* - Use c++11 for loopsHenning Baldersheim2022-09-041-0/+1
* Drop separate doom in phrase search. Rely on proper split/delay solving the d...Henning Baldersheim2022-08-281-56/+3
* Add clarifying comment.Henning Baldersheim2022-08-151-2/+6
* Allow test to work with unpack too.Henning Baldersheim2022-08-121-2/+2
* Refactor out class to calculate the distance between attribute tensor and que...Geir Storli2022-06-291-7/+11
* Rewrite nearest neighbor iterator test to GTest.Geir Storli2022-06-232-50/+50
* avoid nullptr selectorHåvard Pettersen2022-06-201-11/+20
* 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