summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/imported_position_field
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/imported_position_field
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/imported_position_field')
-rw-r--r--config-model/src/test/derived/imported_position_field/attributes.cfg6
1 files changed, 4 insertions, 2 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 f8d3a37c00b..70b6ed14c55 100644
--- a/config-model/src/test/derived/imported_position_field/attributes.cfg
+++ b/config-model/src/test/derived/imported_position_field/attributes.cfg
@@ -2,7 +2,8 @@ attribute[].name "parent_ref"
attribute[].datatype REFERENCE
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 "my_pos_zcurve"
attribute[].datatype INT64
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 true