summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/map_attribute/attributes.cfg
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2020-05-13 11:31:54 +0200
committerGitHub <noreply@github.com>2020-05-13 11:31:54 +0200
commit2e0762cfcd363373d5f1bceeec22b2557aa94cf5 (patch)
treed82fa3274584db862c157f04cbe00d279250f2c0 /config-model/src/test/derived/map_attribute/attributes.cfg
parentf4c95586e6a99df2b0c5b174c74bb574457f38c7 (diff)
parentfe5a4c73f70cc451f461bc007d1ce7d32481edb2 (diff)
Merge pull request #13229 from vespa-engine/geirst/distance-metric-when-not-having-hnsw-index
Support specifying a distance metric for nearest neighbor search when…
Diffstat (limited to 'config-model/src/test/derived/map_attribute/attributes.cfg')
-rw-r--r--config-model/src/test/derived/map_attribute/attributes.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/config-model/src/test/derived/map_attribute/attributes.cfg b/config-model/src/test/derived/map_attribute/attributes.cfg
index 4de78c52efd..702e065d15a 100644
--- a/config-model/src/test/derived/map_attribute/attributes.cfg
+++ b/config-model/src/test/derived/map_attribute/attributes.cfg
@@ -19,6 +19,7 @@ attribute[].upperbound 9223372036854775807
attribute[].densepostinglistthreshold 0.4
attribute[].tensortype ""
attribute[].imported false
+attribute[].distancemetric EUCLIDEAN
attribute[].index.hnsw.enabled false
attribute[].index.hnsw.maxlinkspernode 16
attribute[].index.hnsw.distancemetric EUCLIDEAN
@@ -44,6 +45,7 @@ attribute[].upperbound 9223372036854775807
attribute[].densepostinglistthreshold 0.4
attribute[].tensortype ""
attribute[].imported false
+attribute[].distancemetric EUCLIDEAN
attribute[].index.hnsw.enabled false
attribute[].index.hnsw.maxlinkspernode 16
attribute[].index.hnsw.distancemetric EUCLIDEAN
@@ -69,6 +71,7 @@ attribute[].upperbound 9223372036854775807
attribute[].densepostinglistthreshold 0.4
attribute[].tensortype ""
attribute[].imported false
+attribute[].distancemetric EUCLIDEAN
attribute[].index.hnsw.enabled false
attribute[].index.hnsw.maxlinkspernode 16
attribute[].index.hnsw.distancemetric EUCLIDEAN