From 74ef65ff61055228352e22088f55fac7638f76b5 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Thu, 11 Mar 2021 13:49:34 +0000 Subject: Add dictionary config --- configdefinitions/src/vespa/attributes.def | 1 + 1 file changed, 1 insertion(+) (limited to 'configdefinitions/src') 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 -- cgit v1.2.3