summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-04-07 14:34:29 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2021-04-07 14:34:29 +0200
commit29a07acd25087609a9b93492664a750060094d5f (patch)
treee16303626a9ae5c91305accb95ec1f8469e8479c /configdefinitions
parent42fd486698a38d0cc69af809de54a9074e9b34ec (diff)
Add dictionary.match control
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/attributes.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/configdefinitions/src/vespa/attributes.def b/configdefinitions/src/vespa/attributes.def
index 939a0b8476a..f5b5a7cb450 100644
--- a/configdefinitions/src/vespa/attributes.def
+++ b/configdefinitions/src/vespa/attributes.def
@@ -7,6 +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[].removeifzero bool default=false
attribute[].createifnonexistent bool default=false
attribute[].fastsearch bool default=false