summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-08-12 09:06:57 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2021-08-12 09:06:57 +0200
commit43597d9f7e1c65563d5fddcb13f66000ad98b9e6 (patch)
tree32c93f0d311839755f5549e8665a97030874e3f1 /configdefinitions
parent96d88f5e9273060bb8d264e2988cb854048cf1d6 (diff)
Control swappable
Diffstat (limited to 'configdefinitions')
-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 7d7f417bce0..d8dbb6e9ddd 100644
--- a/configdefinitions/src/vespa/attributes.def
+++ b/configdefinitions/src/vespa/attributes.def
@@ -11,7 +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
+attribute[].swappable bool default=false
# An attribute marked mutable can be updated by a query.
attribute[].ismutable bool default=false
attribute[].sortascending bool default=true