summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2020-12-04 11:16:34 +0100
committerJon Marius Venstad <venstad@gmail.com>2020-12-04 11:16:34 +0100
commita5f3eff5e56c5e1160520dec44890d6c237c2877 (patch)
treebaed455d1d1914485aa729d678cfbe763ef42cea /configdefinitions
parent6182826218bce697bea240cbd25ddad5ee22b59c (diff)
Expand config to allow mulitple clusters per reindexer
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/reindexing.def5
1 files changed, 4 insertions, 1 deletions
diff --git a/configdefinitions/src/vespa/reindexing.def b/configdefinitions/src/vespa/reindexing.def
index d577f62b10b..d2ea40211e5 100644
--- a/configdefinitions/src/vespa/reindexing.def
+++ b/configdefinitions/src/vespa/reindexing.def
@@ -7,7 +7,10 @@ namespace=vespa.config.content.reindexing
enabled bool default=false
# The name of the content cluster to reindex documents from
-clusterName string
+clusterName string default=""
# Epoch millis after which latest reprocessing may begin, per document type
status{}.readyAtMillis long
+
+# Epoch millis after which latest reprocessing may begin, per document type, per cluster
+clusters{}.status{}.readyAtMillis long \ No newline at end of file