aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/resources/configdefinitions/search.pagetemplates.resolvers.def
blob: a37b0623c9fa83527155845e074a5f844a636d50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright Vespa.ai. 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=""