summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2022-11-25 13:42:53 +0100
committerTor Egge <Tor.Egge@online.no>2022-11-25 13:42:53 +0100
commit694c08e8968264fac6cf2d3f3bb8572263d6efd0 (patch)
treeb575c7a9882d529c666b7ef0c403f635e566f399 /searchlib
parent1ce1178a7988f82fa83380b88269d26199bba799 (diff)
Extend graph comment.
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/tests/tensor/hnsw_index/hnsw_index_test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/searchlib/src/tests/tensor/hnsw_index/hnsw_index_test.cpp b/searchlib/src/tests/tensor/hnsw_index/hnsw_index_test.cpp
index 06bca414f84..d8e189717c3 100644
--- a/searchlib/src/tests/tensor/hnsw_index/hnsw_index_test.cpp
+++ b/searchlib/src/tests/tensor/hnsw_index/hnsw_index_test.cpp
@@ -766,6 +766,8 @@ TEST_F(HnswMultiIndexTest, duplicate_docid_is_removed)
.set(3, {1, 2})
.set(4, {2, 0, 2, 2});
/*
+ * Graph showing documents at column x row y, origo in lower left corner.
+ *
* 1 3 4
* . . .
* 1 2 4