aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/hnsw_index
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-04-21 12:08:35 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2021-04-21 12:08:35 +0200
commitffab5f279b8d93313f0b7b927ab9f609371d5ee3 (patch)
treebf7fa200b3cff01d51b0165d2385c59afe6df32d /config-model/src/test/derived/hnsw_index
parent5da673bc5d8a3e6661e9f099b8d15ea301964aaa (diff)
- Add match config for default match type during query.
- Add restart annotations on config that alwasy require restart. - Change default from legacy CASE_INSENSITIVE to UNCASED.
Diffstat (limited to 'config-model/src/test/derived/hnsw_index')
-rw-r--r--config-model/src/test/derived/hnsw_index/attributes.cfg6
1 files changed, 4 insertions, 2 deletions
diff --git a/config-model/src/test/derived/hnsw_index/attributes.cfg b/config-model/src/test/derived/hnsw_index/attributes.cfg
index ec8eaab7dd4..f7f040bf182 100644
--- a/config-model/src/test/derived/hnsw_index/attributes.cfg
+++ b/config-model/src/test/derived/hnsw_index/attributes.cfg
@@ -2,7 +2,8 @@ attribute[].name "t1"
attribute[].datatype TENSOR
attribute[].collectiontype SINGLE
attribute[].dictionary.type BTREE
-attribute[].dictionary.match CASE_INSENSITIVE
+attribute[].dictionary.match UNCASED
+attribute[].match UNCASED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -31,7 +32,8 @@ attribute[].name "t2"
attribute[].datatype TENSOR
attribute[].collectiontype SINGLE
attribute[].dictionary.type BTREE
-attribute[].dictionary.match CASE_INSENSITIVE
+attribute[].dictionary.match UNCASED
+attribute[].match UNCASED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false