summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2020-06-19 11:47:24 +0000
committerGeir Storli <geirst@verizonmedia.com>2020-06-19 11:47:24 +0000
commitcdc65c6b2b0734fb97b7f466ba0139ce6406559c (patch)
tree033a09e26f015211ba1d5e49721f4277dd04151e /configdefinitions
parent2a4d87ba45101d5db0fe906846f99d4ea9f1334c (diff)
Add flag to enable multi-threaded indexing for a hnsw index.
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/attributes.def2
1 files changed, 2 insertions, 0 deletions
diff --git a/configdefinitions/src/vespa/attributes.def b/configdefinitions/src/vespa/attributes.def
index 3602c2b0fd7..a091fbc573c 100644
--- a/configdefinitions/src/vespa/attributes.def
+++ b/configdefinitions/src/vespa/attributes.def
@@ -41,3 +41,5 @@ attribute[].index.hnsw.maxlinkspernode int default=16
# Deprecated: Remove on Vespa 8 or before when possible.
attribute[].index.hnsw.distancemetric enum { EUCLIDEAN, ANGULAR, GEODEGREES } default=EUCLIDEAN
attribute[].index.hnsw.neighborstoexploreatinsert int default=200
+# Whether multi-threaded indexing is enabled for this hnsw index.
+attribute[].index.hnsw.multithreadedindexing bool default=false