From ffab5f279b8d93313f0b7b927ab9f609371d5ee3 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Wed, 21 Apr 2021 12:08:35 +0200 Subject: - 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. --- .../imported_fields_inherited_reference/attributes.cfg | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'config-model/src/test/derived/imported_fields_inherited_reference') diff --git a/config-model/src/test/derived/imported_fields_inherited_reference/attributes.cfg b/config-model/src/test/derived/imported_fields_inherited_reference/attributes.cfg index 340ff11d0b2..26019842732 100644 --- a/config-model/src/test/derived/imported_fields_inherited_reference/attributes.cfg +++ b/config-model/src/test/derived/imported_fields_inherited_reference/attributes.cfg @@ -2,7 +2,8 @@ attribute[].name "ref_from_a" 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 "ref_from_b" 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 @@ -60,7 +62,8 @@ attribute[].name "from_a_int_field" attribute[].datatype INT32 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 @@ -89,7 +92,8 @@ attribute[].name "from_b_int_field" attribute[].datatype INT32 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 -- cgit v1.2.3