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

## A list of resolver components used by com.yahoo.search.PageTemplateSearcher

## A component
component[].id string
## The component id used by this component to subscribe to its configs (if any)
component[].configId reference default=":parent:"

## The id of the class to instantiate for this component.
component[].classId string default=""

## The symbolic name of the Osgi bundle this component is located in.
## Assumed to be the same as the classid if not set.
component[].bundle string default=""