summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/hnsw_index/attributes.cfg
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2020-07-06 16:17:25 +0200
committerGitHub <noreply@github.com>2020-07-06 16:17:25 +0200
commit5428d23c28f862e78cfe9e2786d3d40dcece4f57 (patch)
tree98b8465dbc87a45624a3d458901b810414699676 /config-model/src/test/derived/hnsw_index/attributes.cfg
parent110a163e4c353b038379690c00ddd3035facb1dd (diff)
parent7c281a8611298f6af6a2b600e79b163b6731b921 (diff)
Merge pull request #13810 from vespa-engine/geirst/multi-threaded-hnsw-indexing-as-default
Make indexing to hnsw index multi-threaded as default.
Diffstat (limited to 'config-model/src/test/derived/hnsw_index/attributes.cfg')
-rw-r--r--config-model/src/test/derived/hnsw_index/attributes.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/config-model/src/test/derived/hnsw_index/attributes.cfg b/config-model/src/test/derived/hnsw_index/attributes.cfg
index c356fcb37ce..ace0434495b 100644
--- a/config-model/src/test/derived/hnsw_index/attributes.cfg
+++ b/config-model/src/test/derived/hnsw_index/attributes.cfg
@@ -22,9 +22,9 @@ attribute[].imported false
attribute[].distancemetric ANGULAR
attribute[].index.hnsw.enabled true
attribute[].index.hnsw.maxlinkspernode 32
-attribute[].index.hnsw.distancemetric EUCLIDEAN
attribute[].index.hnsw.neighborstoexploreatinsert 300
-attribute[].index.hnsw.multithreadedindexing true
+attribute[].index.hnsw.distancemetric EUCLIDEAN
+attribute[].index.hnsw.multithreadedindexing false
attribute[].name "t2"
attribute[].datatype TENSOR
attribute[].collectiontype SINGLE
@@ -49,6 +49,6 @@ attribute[].imported false
attribute[].distancemetric GEODEGREES
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