summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahooinc.com>2022-06-03 11:16:07 +0000
committergjoranv <gv@verizonmedia.com>2022-06-08 11:45:28 +0200
commitbac717c8785376988f866ea1f819d4d287382a26 (patch)
tree2906a9a8f6467daba6ff3d1272c5e8bd6096f26d /configdefinitions
parentff4a41bcdb1b8f2bbc009203a7c7088a7e7e5dca (diff)
Remove 'attribute: huge' from config def file and C++ code.
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/attributes.def1
1 files changed, 0 insertions, 1 deletions
diff --git a/configdefinitions/src/vespa/attributes.def b/configdefinitions/src/vespa/attributes.def
index 5b32711a1e4..38cc763704c 100644
--- a/configdefinitions/src/vespa/attributes.def
+++ b/configdefinitions/src/vespa/attributes.def
@@ -10,7 +10,6 @@ attribute[].match enum { CASED, UNCASED } default=UNCASED
attribute[].removeifzero bool default=false
attribute[].createifnonexistent bool default=false
attribute[].fastsearch bool default=false
-attribute[].huge bool default=false
attribute[].paged bool default=false
# An attribute marked mutable can be updated by a query.
attribute[].ismutable bool default=false