aboutsummaryrefslogtreecommitdiffstats
path: root/configdefinitions/src
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-03-23 15:20:41 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-03-23 15:20:41 +0000
commit6494e643950b07e2b45262e6d915e39771eb14b1 (patch)
tree038829825435ac3a5607008372418ad62c65971a /configdefinitions/src
parent2b319f08c3b399ae29e9ca1e1b47fb1c4cc28725 (diff)
sonn -> soon
Diffstat (limited to 'configdefinitions/src')
-rw-r--r--configdefinitions/src/vespa/attributes.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/configdefinitions/src/vespa/attributes.def b/configdefinitions/src/vespa/attributes.def
index 4d15bfa92c2..939a0b8476a 100644
--- a/configdefinitions/src/vespa/attributes.def
+++ b/configdefinitions/src/vespa/attributes.def
@@ -4,7 +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
-# Deprecated/ do-not-use, will sonn be GCed.
+# 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[].removeifzero bool default=false