summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-03-11 13:49:34 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-03-11 13:49:34 +0000
commit74ef65ff61055228352e22088f55fac7638f76b5 (patch)
tree5af1bd62f187b93231afa4b7044bb8ce4c49147c /configdefinitions
parentcb3f517a6d0e6aeb4433552cbb9d2c0b6c3c935c (diff)
Add dictionary config
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 6c69d71fdf6..be336c22cb6 100644
--- a/configdefinitions/src/vespa/attributes.def
+++ b/configdefinitions/src/vespa/attributes.def
@@ -4,6 +4,7 @@ namespace=vespa.config.search
attribute[].name string
attribute[].datatype enum { STRING, BOOL, UINT2, UINT4, INT8, INT16, INT32, INT64, FLOAT16, FLOAT, DOUBLE, PREDICATE, TENSOR, REFERENCE, NONE } default=NONE
attribute[].collectiontype enum { SINGLE, ARRAY, WEIGHTEDSET } default=SINGLE
+attribute[].dictionary.ordering enum { ORDERED, UNORDERED } default = ORDERED
attribute[].removeifzero bool default=false
attribute[].createifnonexistent bool default=false
attribute[].fastsearch bool default=false