summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/tensorattribute/tensorattribute_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Pass VectorBundle to NearestNeighborIndex::prepare_add_document member function.Tor Egge2022-11-041-2/+4
* Pass subspace to DocVectorAccess::get_vector member function.Tor Egge2022-11-021-3/+3
* Rename trimHoldLists() -> reclaim_memory().Geir Storli2022-10-121-2/+2
* Rename transferHoldLists() -> assign_generation().Geir Storli2022-10-121-1/+1
* Use paged setting for SerializedFastValueAttribute.Tor Egge2022-10-101-33/+63
* add support for multi-bitvector global filterHåvard Pettersen2022-09-131-3/+3
* GlobalFilter is now an interfaceHåvard Pettersen2022-09-121-1/+1
* Refactor validation code for setting up a distance calculator for re-use in r...Geir Storli2022-07-061-6/+7
* Reduce code duplication by using fef::QueryValue in RequestContext implementa...Geir Storli2022-07-051-4/+10
* Revert "Revert "Don't make changes to the hnsw index when the inserted tensor...Geir Storli2022-06-221-0/+30
* Revert "Don't make changes to the hnsw index when the inserted tensor is unch...Geir Storli2022-06-131-30/+0
* Merge pull request #23051 from vespa-engine/geirst/dont-update-hnsw-with-unch...Geir Storli2022-06-131-0/+30
|\
| * Don't make changes to the nearest neighbor index (hnsw) when the inserted ten...Geir Storli2022-06-101-0/+30
* | fix undefined behavior in unit testsHåvard Pettersen2022-06-091-1/+1
|/
* Remove most use of vespalib::rmdir in searchlib.Tor Egge2022-06-021-6/+6
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ...Henning Baldersheim2022-05-251-6/+7
* Auto-adjust targetHits for approximate nearest neighbor search when using pos...Geir Storli2022-05-101-11/+20
* Improve and extend visit trace for nearest neighbor blueprint.Geir Storli2022-04-221-5/+0
* Simplify calculation of global filter and fallback to brute force when using ...Geir Storli2022-04-111-2/+13
* - assert result of Close() in destructor of FastOS_File and FastOS_BufferedFile.Henning Baldersheim2022-01-261-1/+0
* Calculate need for compaction when updating stats.Tor Egge2021-12-091-1/+2
* Move CompactionStrategy from searchcommon to vespalib.Tor Egge2021-12-081-1/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Change loading of nearest neighbor index to use direct I/O instead of mmapping.Geir Storli2021-09-151-8/+6
* Reduce memory spike during loading of hnsw index by committing at regular int...Geir Storli2021-09-101-4/+22
* 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-181-0/+8
* Use the executor for the part that can be parallell when rebuilding index on ...Henning Baldersheim2021-08-131-0/+33
* swappable -> pagedHenning Baldersheim2021-08-121-2/+2
* A swappable attribute will use a file backed memory allocator.Henning Baldersheim2021-08-121-0/+23
* Reenable tensor attribute compaction test.Tor Egge2021-06-011-8/+10
* let the distance function decide how it wants the query tensor convertedArne Juul2021-04-121-1/+1
* fix NNS distance for new cell typesArne Juul2021-04-121-1/+1
* Revert "fix NNS distance for new cell types"Arnstein Ressem2021-04-121-1/+1
* fix NNS distance for new cell typesArne Juul2021-04-091-1/+1
* Remove experimental use of mmap file allocator for dense tensor data.Geir Storli2021-03-261-23/+0
* Use mmap file allocator in dense tensor attribute if huge flag isTor Egge2021-02-151-0/+23
* Fix onhold accounting for SerializedFastValueAttribute.Tor Egge2021-02-051-0/+15
* add distanceThreshold option for nearestNeighbor operatorArne Juul2021-01-081-4/+16
* use string ids as tensor labelsHåvard Pettersen2021-01-051-1/+1
* use SimpleValue instead of EngineOrFactoryArne Juul2020-12-021-4/+5
* test SerializedFastValueAttribute insteadArne Juul2020-11-271-3/+3
* track CellType moveArne Juul2020-11-201-2/+3
* simplifyArne Juul2020-10-151-4/+2
* handle both engine- and factory-based tensorsArne Juul2020-10-151-38/+16
* track TypedCells moveArne Juul2020-10-011-3/+3
* Rename GenericTensorAttribute -> SerializedTensorAttribute.Geir Storli2020-09-041-3/+3
* Enable free lists for DirectTensorStore.Geir Storli2020-09-021-1/+3