aboutsummaryrefslogtreecommitdiffstats
path: root/configdefinitions/src/vespa/dispatch-nodes.def
blob: e751ad4ac5dd0882451cf28d4dcc45812d1f4830 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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