From cdc65c6b2b0734fb97b7f466ba0139ce6406559c Mon Sep 17 00:00:00 2001 From: Geir Storli Date: Fri, 19 Jun 2020 11:47:24 +0000 Subject: Add flag to enable multi-threaded indexing for a hnsw index. --- config-model/src/test/derived/prefixexactattribute/attributes.cfg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config-model/src/test/derived/prefixexactattribute') 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 -- cgit v1.2.3