aboutsummaryrefslogtreecommitdiffstats
path: root/configdefinitions/src/vespa/dispatch.def
diff options
context:
space:
mode:
Diffstat (limited to 'configdefinitions/src/vespa/dispatch.def')
-rw-r--r--configdefinitions/src/vespa/dispatch.def6
1 files changed, 5 insertions, 1 deletions
diff --git a/configdefinitions/src/vespa/dispatch.def b/configdefinitions/src/vespa/dispatch.def
index e26a136d245..9addfca1559 100644
--- a/configdefinitions/src/vespa/dispatch.def
+++ b/configdefinitions/src/vespa/dispatch.def
@@ -33,9 +33,13 @@ useMultilevelDispatch bool default=false
# Dispatch only to local nodes. DEPRECATED: The container will automatically do this when it is appropriate.
useLocalNode bool default=false
-# Number of document copies
+# Number of document replicas _per group_ that will be indexed in a stable cluster.
searchableCopies long default=1
+# Number of document replicas _per group_ that will be present in a stable cluster.
+# Should always be >= searchableCopies.
+redundancy long default=1
+
# Minimum search coverage required before returning the results of a query
minSearchCoverage double default=100