aboutsummaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2016-08-16 08:51:44 +0200
committerJon Bratseth <bratseth@yahoo-inc.com>2016-08-16 08:51:44 +0200
commitdff1d852c41015474db1f2c6addfd63ac67257c4 (patch)
tree0e9900b1d4dc46e8a53dbf901355a308696a95e3 /configdefinitions
parent77c3d8372c41d46f70fb08ed53bc3107730ec390 (diff)
Add group information to the dispatch config
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/dispatch.def3
1 files changed, 3 insertions, 0 deletions
diff --git a/configdefinitions/src/vespa/dispatch.def b/configdefinitions/src/vespa/dispatch.def
index 4e966fae843..7c765770621 100644
--- a/configdefinitions/src/vespa/dispatch.def
+++ b/configdefinitions/src/vespa/dispatch.def
@@ -6,6 +6,9 @@ namespace=vespa.config.search
# The unique key of a search node
node[].key int
+# The index of the group this search node belongs to
+node[].group int default=0
+
# The host name of this search node
node[].host string