summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-03-23 07:26:34 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-03-23 07:26:34 +0000
commit5d7ccae5e0cab2a607e58c53b952f650b29dde3c (patch)
tree66ab9f1c633df8e44608a08562506cdb17d50824 /configdefinitions
parenta608e846d491e7bd274acee7670427783fcfd6e9 (diff)
Use BTREE/HASH instead of ORDERED/UNORDERED.
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/attributes.def2
1 files changed, 2 insertions, 0 deletions
diff --git a/configdefinitions/src/vespa/attributes.def b/configdefinitions/src/vespa/attributes.def
index be336c22cb6..4d15bfa92c2 100644
--- a/configdefinitions/src/vespa/attributes.def
+++ b/configdefinitions/src/vespa/attributes.def
@@ -4,7 +4,9 @@ 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
+# Deprecated/ do-not-use, will sonn be GCed.
attribute[].dictionary.ordering enum { ORDERED, UNORDERED } default = ORDERED
+attribute[].dictionary.type enum { BTREE, HASH, BTREE_AND_HASH } default = BTREE
attribute[].removeifzero bool default=false
attribute[].createifnonexistent bool default=false
attribute[].fastsearch bool default=false