aboutsummaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2020-11-04 11:15:28 +0100
committerJon Marius Venstad <venstad@gmail.com>2020-11-04 11:15:28 +0100
commite0d63024742c58a13427c02dacb179f944dce4e3 (patch)
tree51e67de1e703dad703d0924ad9b63e4363714721 /configdefinitions
parentc8be21086e8772a9db37e37d54d99b1da48b7c55 (diff)
Add cluster name to reindexing config
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/reindexing.def3
1 files changed, 3 insertions, 0 deletions
diff --git a/configdefinitions/src/vespa/reindexing.def b/configdefinitions/src/vespa/reindexing.def
index 5927885283d..d577f62b10b 100644
--- a/configdefinitions/src/vespa/reindexing.def
+++ b/configdefinitions/src/vespa/reindexing.def
@@ -6,5 +6,8 @@ namespace=vespa.config.content.reindexing
# Whether reindexing should run at all
enabled bool default=false
+# The name of the content cluster to reindex documents from
+clusterName string
+
# Epoch millis after which latest reprocessing may begin, per document type
status{}.readyAtMillis long