aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Update expected resultsHenning Baldersheim2021-11-031-6/+6
* Move portions of DocumentInverter to DocumentInverterContext.Tor Egge2021-11-023-5/+16
* added match features to rank setupHåvard Pettersen2021-11-021-0/+22
* added new rank feature "onnx(model_name)"Håvard Pettersen2021-11-021-6/+23
* Remove the lids in one task instead of 1k tasks for full buckets on delete bu...Henning Baldersheim2021-10-291-1/+3
* Clean and simplify default value handlingHenning Baldersheim2021-10-292-6/+10
* Include only what is needed.Henning Baldersheim2021-10-291-0/+1
* Rename ISequencedTaskExecutor::sync() to sync_all().Tor Egge2021-10-283-33/+33
* Avoid deprecated functions in OpenSSL 3.0.Tor Egge2021-10-281-8/+25
* Update 2020 Oath copyrights.gjoranv2021-10-272-2/+2
* Update 2019 Oath copyrights.gjoranv2021-10-2720-20/+20
* Don't inline OnnxFeatureTest destructor.Tor Egge2021-10-271-0/+3
* execute -> mutateHenning Baldersheim2021-10-261-12/+16
* Add properties for rank-profile mutate control.Henning Baldersheim2021-10-251-0/+64
* Update expected size.Henning Baldersheim2021-10-231-1/+1
* Test that attributesconfig.attribute.maxuncommittedmemory is converted correc...Henning Baldersheim2021-10-211-0/+6
* If the uncommitted changes pass 128k for an attribute force a commit.Henning Baldersheim2021-10-211-3/+38
* use same name for abstract node typesArne H Juul2021-10-192-8/+8
* extend unit testArne H Juul2021-10-191-0/+2
* extend unit testArne H Juul2021-10-191-2/+18
* use custom types for true/false (NodeTypes::True, ProtonTrue, etc)Arne H Juul2021-10-192-3/+17
* add ITEM_TRUE and ITEM_FALSE query nodesArne H Juul2021-10-182-1/+5
* update after reviewArne H Juul2021-10-151-10/+17
* more useful DocsumReplyArne H Juul2021-10-142-4/+3
* make DocsumReply a proper classArne H Juul2021-10-142-14/+12
* Merge pull request #19534 from vespa-engine/arnej/only-slime-docsumsArne H Juul2021-10-142-6/+2
|\
| * track API change - "root slime" is always true nowArne H Juul2021-10-132-6/+2
* | report onnx model evaluation as an issueHåvard Pettersen2021-10-131-0/+14
|/
* Consider the execute instructions comming in the rankprofiles config too.Henning Baldersheim2021-10-121-0/+13
* wire reported issues into search/docsum repliesHåvard Pettersen2021-10-071-0/+29
* Update Verizon Media copyright notices.gjoranv2021-10-0733-33/+33
* Update 2018 copyright notices.gjoranv2021-10-077-7/+7
* Update 2017 copyright notices.gjoranv2021-10-07348-348/+348
* use saturated sum as hit estimate for ORHåvard Pettersen2021-10-011-0/+16
* add unit testArne H Juul2021-09-231-0/+1
* Change loading of nearest neighbor index to use direct I/O instead of mmapping.Geir Storli2021-09-152-10/+24
* Refactor to represent files with a generic header in a new class.Geir Storli2021-09-141-4/+5
* Reduce memory spike during loading of hnsw index by committing at regular int...Geir Storli2021-09-102-7/+24
* The global filter is only needed when having a nearest neighbor index (hnsw) ...Geir Storli2021-08-301-17/+44
* Report address space usage for shared string repo for non-dense tensor attrib...Geir Storli2021-08-231-2/+8
* Report address space usage for components in tensor attributes.Geir Storli2021-08-201-0/+23
* Compact HNSW index when ratio of dead bytes / address space is too highTor Egge2021-08-182-1/+125
* Merge pull request #18755 from vespa-engine/havardpe/move-feature-name-symbol...Håvard Pettersen2021-08-163-88/+0
|\
| * move FeatureNameExtractorHåvard Pettersen2021-08-163-88/+0
* | Use the executor for the part that can be parallell when rebuilding index on ...Henning Baldersheim2021-08-131-0/+33
|/
* swappable -> pagedHenning Baldersheim2021-08-122-5/+5
* A swappable attribute will use a file backed memory allocator.Henning Baldersheim2021-08-122-4/+27
* swapable -> swappableHenning Baldersheim2021-08-121-2/+2
* Control swappableHenning Baldersheim2021-08-121-2/+2
* Add swapable attribute option.Henning Baldersheim2021-08-121-77/+33