From 96d88f5e9273060bb8d264e2988cb854048cf1d6 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Thu, 12 Aug 2021 06:21:54 +0000 Subject: Add swapable attribute option. --- 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 46e1674e9b9..7d7f417bce0 100644 --- a/configdefinitions/src/vespa/attributes.def +++ b/configdefinitions/src/vespa/attributes.def @@ -11,6 +11,7 @@ attribute[].removeifzero bool default=false attribute[].createifnonexistent bool default=false attribute[].fastsearch bool default=false attribute[].huge bool default=false +attribute[].swapable bool default=false # An attribute marked mutable can be updated by a query. attribute[].ismutable bool default=false attribute[].sortascending bool default=true -- cgit v1.2.3