aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2021-08-31 15:03:14 +0200
committerTor Egge <Tor.Egge@online.no>2021-08-31 15:03:14 +0200
commitc1b682c090f2bd84b7c85930f608e90bcd686a85 (patch)
treeef536b6a9812d790d0894ea720b4a372cf9c3261 /searchlib
parentfc6e87c3d849b2222ab3b2817d050d01fe497e9d (diff)
Enable alternate visited nodes trackers for HNSW index.
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/tensor/hnsw_index.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/tensor/hnsw_index.cpp b/searchlib/src/vespa/searchlib/tensor/hnsw_index.cpp
index a6b0a16b524..c8e30122280 100644
--- a/searchlib/src/vespa/searchlib/tensor/hnsw_index.cpp
+++ b/searchlib/src/vespa/searchlib/tensor/hnsw_index.cpp
@@ -23,7 +23,7 @@
LOG_SETUP(".searchlib.tensor.hnsw_index");
-#define USE_OLD_VISITED_TRACKER 1
+#define USE_OLD_VISITED_TRACKER 0
namespace search::tensor {