aboutsummaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@gmail.com>2022-07-05 19:48:26 +0200
committerGitHub <noreply@github.com>2022-07-05 19:48:26 +0200
commit787c43c5361e11fdc9f86ec47a722f3941442837 (patch)
treeb7211f046f4d846b66149decf58bfa56ce6dbb5d /document
parente9bc0150adc5bb151bba0da69cb28fbe6bda145d (diff)
Revert "Revert "Revert "GC long gone config"""
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