aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/tensor/hnsw_saver
Commit message (Expand)AuthorAgeFilesLines
* Rename HnswGraph nested types:Tor Egge2023-01-111-3/+3
* Pass id mapper to HnswIndexLoader.Tor Egge2022-11-221-4/+22
* Move shared test code to test library.Tor Egge2022-11-222-34/+5
* Adjust hnsw index save format for managed nodeid mapping.Tor Egge2022-11-211-20/+80
* Add enum class HnswIndexType.Tor Egge2022-11-161-5/+7
* Add HnswIdentityMapping.Tor Egge2022-11-091-6/+6
* Rename HNSW graph member functions:Tor Egge2022-10-261-8/+8
* Use nodeid instead of docid to identify an HNSW graph node.Tor Egge2022-10-251-9/+9
* Add acquire_node_ref() member function to HnswGraph.Tor Egge2022-03-221-5/+5
* Update Verizon Media copyright notices.gjoranv2021-10-072-2/+2
* Change loading of nearest neighbor index to use direct I/O instead of mmapping.Geir Storli2021-09-151-2/+18
* Reduce memory spike during loading of hnsw index by committing at regular int...Geir Storli2021-09-101-3/+2
* Consolidate search for GTest.Tor Egge2020-07-071-1/+0
* Use find_package to find gtest library.Tor Egge2020-06-291-1/+2
* keep and follow node_refs when traversing HNSW graphArne Juul2020-06-121-3/+3
* construct HnswGraph::EntryNode directlyArne Juul2020-06-091-8/+2
* store entry docid/level in an atomic valueArne Juul2020-06-091-4/+11
* Move BufferWriter back to searchlib.Tor Egge2020-04-251-1/+1
* Add save and load of HNSW indexArne Juul2020-03-262-0/+159