summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorOlli Virtanen <olli.virtanen@oath.com>2019-01-15 15:05:19 +0100
committerOlli Virtanen <olli.virtanen@oath.com>2019-01-15 15:05:19 +0100
commit9c03d3d5620c1ce2da81ba45518381df423eb2d1 (patch)
tree5604289f8201e3f7b561f63f128c3f242de44023 /configdefinitions
parentbb9a8be9b26191ef6887b352ab11f64bd75cda6b (diff)
uselocalnode support and fix to coverage estimation
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/dispatch.def5
1 files changed, 4 insertions, 1 deletions
diff --git a/configdefinitions/src/vespa/dispatch.def b/configdefinitions/src/vespa/dispatch.def
index 50989c3ef74..1108e40b3f1 100644
--- a/configdefinitions/src/vespa/dispatch.def
+++ b/configdefinitions/src/vespa/dispatch.def
@@ -1,4 +1,4 @@
-# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+# Copyright 2019 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
# Configuration of dispatch from container nodes to search clusters
namespace=vespa.config.search
@@ -19,6 +19,9 @@ distributionPolicy enum { ROUNDROBIN, ADAPTIVE } default=ROUNDROBIN
# Is multi-level dispatch configured for this cluster
useMultilevelDispatch bool default=false
+# Dispatch only to local nodes
+useLocalNode bool default=false
+
# Number of document copies
searchableCopies long default=1