summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/resources/configdefinitions/federation.def
blob: 36eb5d4b4c846005ff3c2d01b7b3ba22f2c5b6ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
namespace=search.federation

target[].id string
target[].useByDefault bool default=false

#the component id of the chain used for federation.
target[].searchChain[].searchChainId string
target[].searchChain[].timeoutMillis int default=-1
target[].searchChain[].requestTimeoutMillis int default=-1
target[].searchChain[].optional bool default=false
target[].searchChain[].useByDefault bool default=false
#if non-empty, this is a provider for the source target[].name
target[].searchChain[].providerId string default=""
target[].searchChain[].documentTypes[] string

targetSelector string default=""