summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-08-12 15:13:16 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2021-08-12 15:13:16 +0200
commit76a6060a8d840f4babc6ad613b6dd9d13f6d9e8d (patch)
tree44849ca662fd6f0aa73a47ef7d08bc6600dce3e7 /configdefinitions
parentf253767a2abb74a13afc40f88af8b3d593c3741a (diff)
swappable -> paged
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 d8dbb6e9ddd..17acd8f9733 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[].swappable bool default=false
+attribute[].paged bool default=false
# An attribute marked mutable can be updated by a query.
attribute[].ismutable bool default=false
attribute[].sortascending bool default=true