aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-11-21 18:21:48 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2022-11-21 18:21:48 +0100
commitbda580abb1b70664924cb7beafd1a6724b33e57d (patch)
tree859d48319324c5dbdb31ab258ef53a7901c755b6
parent3e955a564d65de056c87b706432a4a12ff8d1d10 (diff)
Add missing dispatch-nodes.def
-rw-r--r--configdefinitions/src/vespa/dispatch-nodes.def16
1 files changed, 16 insertions, 0 deletions
diff --git a/configdefinitions/src/vespa/dispatch-nodes.def b/configdefinitions/src/vespa/dispatch-nodes.def
new file mode 100644
index 00000000000..e751ad4ac5d
--- /dev/null
+++ b/configdefinitions/src/vespa/dispatch-nodes.def
@@ -0,0 +1,16 @@
+# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+# List of nodes in a search cluster to dispatch to.
+
+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
+
+# The rpc port of this search node
+node[].port int