summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/imported_position_field
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/imported_position_field
parent9d986b0573f8f21ccf00c2296de92c7e8cf99be7 (diff)
Make indexing to hnsw index multi-threaded as default.
Diffstat (limited to 'config-model/src/test/derived/imported_position_field')
-rw-r--r--config-model/src/test/derived/imported_position_field/attributes.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/config-model/src/test/derived/imported_position_field/attributes.cfg b/config-model/src/test/derived/imported_position_field/attributes.cfg
index 75184c66789..f155d9c4ffe 100644
--- a/config-model/src/test/derived/imported_position_field/attributes.cfg
+++ b/config-model/src/test/derived/imported_position_field/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 "my_pos_zcurve"
attribute[].datatype INT64
attribute[].collectiontype SINGLE
@@ -49,6 +49,6 @@ attribute[].imported true
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