aboutsummaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
Diffstat (limited to 'document')
-rw-r--r--document/src/vespa/document/config/documentmanager.def3
-rw-r--r--document/src/vespa/document/config/documenttypes.def3
2 files changed, 6 insertions, 0 deletions
diff --git a/document/src/vespa/document/config/documentmanager.def b/document/src/vespa/document/config/documentmanager.def
index 0d0f3876f15..b1929e42d34 100644
--- a/document/src/vespa/document/config/documentmanager.def
+++ b/document/src/vespa/document/config/documentmanager.def
@@ -5,6 +5,9 @@ namespace=document.config
## Whether attempts to set an undefined field should be ignored rather than causing an error
ignoreundefinedfields bool default=false
+## Whether to enable compression in this process.
+enablecompression bool default=false
+
## Prefer "Vespa 8" format for the "position" type
usev8geopositions bool default=false
diff --git a/document/src/vespa/document/config/documenttypes.def b/document/src/vespa/document/config/documenttypes.def
index 0c135db7b0d..3138e71e025 100644
--- a/document/src/vespa/document/config/documenttypes.def
+++ b/document/src/vespa/document/config/documenttypes.def
@@ -5,6 +5,9 @@ namespace=document.config
## Whether attempts to set an undefined field should be ignored rather than causing an error
ignoreundefinedfields bool default=false
+## Whether to enable compression in this process.
+enablecompression bool default=false
+
## Prefer "Vespa 8" format for the "position" type
usev8geopositions bool default=false