From 7c281a8611298f6af6a2b600e79b163b6731b921 Mon Sep 17 00:00:00 2001 From: Geir Storli Date: Mon, 6 Jul 2020 13:11:00 +0000 Subject: Make indexing to hnsw index multi-threaded as default. --- config-model/src/test/derived/inheritance/attributes.cfg | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'config-model/src/test/derived/inheritance') diff --git a/config-model/src/test/derived/inheritance/attributes.cfg b/config-model/src/test/derived/inheritance/attributes.cfg index f5ced387e8e..9e0469f2d06 100644 --- a/config-model/src/test/derived/inheritance/attributes.cfg +++ b/config-model/src/test/derived/inheritance/attributes.cfg @@ -22,9 +22,9 @@ attribute[].imported false attribute[].distancemetric EUCLIDEAN 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[].index.hnsw.distancemetric EUCLIDEAN +attribute[].index.hnsw.multithreadedindexing true attribute[].name "overridden" attribute[].datatype INT32 attribute[].collectiontype SINGLE @@ -49,9 +49,9 @@ attribute[].imported false attribute[].distancemetric EUCLIDEAN 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[].index.hnsw.distancemetric EUCLIDEAN +attribute[].index.hnsw.multithreadedindexing true attribute[].name "onlymother" attribute[].datatype STRING attribute[].collectiontype SINGLE @@ -76,6 +76,6 @@ attribute[].imported false attribute[].distancemetric EUCLIDEAN 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[].index.hnsw.distancemetric EUCLIDEAN +attribute[].index.hnsw.multithreadedindexing true -- cgit v1.2.3