summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/tensor/hnsw_saver/hnsw_save_load_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Track number of active nodes in hnsw graph.Tor Egge2024-02-071-0/+1
* Update copyrightJon Bratseth2023-10-091-1/+1
* 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-221-34/+4
* 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-071-1/+1
* 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
* 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-261-0/+150