aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/array_of_struct_attribute
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2020-07-06 13:11:00 +0000
committerGeir Storli <geirst@verizonmedia.com>2020-07-06 13:11:00 +0000
commit7c281a8611298f6af6a2b600e79b163b6731b921 (patch)
treecaaa2efbe567b756cc779b06a145ac7101c51609 /config-model/src/test/derived/array_of_struct_attribute
parent9d986b0573f8f21ccf00c2296de92c7e8cf99be7 (diff)
Make indexing to hnsw index multi-threaded as default.
Diffstat (limited to 'config-model/src/test/derived/array_of_struct_attribute')
-rw-r--r--config-model/src/test/derived/array_of_struct_attribute/attributes.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/config-model/src/test/derived/array_of_struct_attribute/attributes.cfg b/config-model/src/test/derived/array_of_struct_attribute/attributes.cfg
index 807b514c8d6..f30970a148c 100644
--- a/config-model/src/test/derived/array_of_struct_attribute/attributes.cfg
+++ b/config-model/src/test/derived/array_of_struct_attribute/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 "elem_array.weight"
attribute[].datatype INT32
attribute[].collectiontype ARRAY
@@ -49,6 +49,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