From 384505ff39ab15c812d753853a7147e2c0440fca Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Thu, 8 Apr 2021 16:12:02 +0000 Subject: Wire in match config --- configdefinitions/src/vespa/attributes.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configdefinitions') diff --git a/configdefinitions/src/vespa/attributes.def b/configdefinitions/src/vespa/attributes.def index f5b5a7cb450..0a7142a1a98 100644 --- a/configdefinitions/src/vespa/attributes.def +++ b/configdefinitions/src/vespa/attributes.def @@ -7,7 +7,7 @@ attribute[].collectiontype enum { SINGLE, ARRAY, WEIGHTEDSET } default=SING # Deprecated/ do-not-use, will soon be GCed. attribute[].dictionary.ordering enum { ORDERED, UNORDERED } default = ORDERED attribute[].dictionary.type enum { BTREE, HASH, BTREE_AND_HASH } default = BTREE -attribute[].dictionary.match enum { CASE_SENSITIVE, CASE_INSENSITIVE } default=CASE_INSENSITIVE +attribute[].dictionary.match enum { CASE_SENSITIVE, CASE_INSENSITIVE, CASED, UNCASED } default=UNCASED attribute[].removeifzero bool default=false attribute[].createifnonexistent bool default=false attribute[].fastsearch bool default=false -- cgit v1.2.3