From 60d3c83657adbeeb6b3c072d9e3d0f017eeb7709 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Sun, 16 Dec 2018 22:39:44 +0000 Subject: UINT1 -> BOOL --- configdefinitions/src/vespa/attributes.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configdefinitions') diff --git a/configdefinitions/src/vespa/attributes.def b/configdefinitions/src/vespa/attributes.def index 344322d3873..f9db9eb2f0d 100644 --- a/configdefinitions/src/vespa/attributes.def +++ b/configdefinitions/src/vespa/attributes.def @@ -2,7 +2,7 @@ namespace=vespa.config.search attribute[].name string -attribute[].datatype enum { STRING, BOOL, UINT1, UINT2, UINT4, INT8, INT16, INT32, INT64, FLOAT16, FLOAT, DOUBLE, PREDICATE, TENSOR, REFERENCE, NONE } default=NONE +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[].removeifzero bool default=false attribute[].createifnonexistent bool default=false -- cgit v1.2.3