summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/prefixexactattribute
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 /config-model/src/test/derived/prefixexactattribute
parent2a4d87ba45101d5db0fe906846f99d4ea9f1334c (diff)
Add flag to enable multi-threaded indexing for a hnsw index.
Diffstat (limited to 'config-model/src/test/derived/prefixexactattribute')
-rw-r--r--config-model/src/test/derived/prefixexactattribute/attributes.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/config-model/src/test/derived/prefixexactattribute/attributes.cfg b/config-model/src/test/derived/prefixexactattribute/attributes.cfg
index 5cae6b784ff..5e9930317cd 100644
--- a/config-model/src/test/derived/prefixexactattribute/attributes.cfg
+++ b/config-model/src/test/derived/prefixexactattribute/attributes.cfg
@@ -24,6 +24,7 @@ attribute[].index.hnsw.enabled false
attribute[].index.hnsw.maxlinkspernode 16
attribute[].index.hnsw.distancemetric EUCLIDEAN
attribute[].index.hnsw.neighborstoexploreatinsert 200
+attribute[].index.hnsw.multithreadedindexing false
attribute[].name "attributefield2"
attribute[].datatype STRING
attribute[].collectiontype SINGLE
@@ -50,3 +51,4 @@ attribute[].index.hnsw.enabled false
attribute[].index.hnsw.maxlinkspernode 16
attribute[].index.hnsw.distancemetric EUCLIDEAN
attribute[].index.hnsw.neighborstoexploreatinsert 200
+attribute[].index.hnsw.multithreadedindexing false