summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/resources/configdefinitions/search.pagetemplates.resolvers.def
diff options
context:
space:
mode:
Diffstat (limited to 'container-search/src/main/resources/configdefinitions/search.pagetemplates.resolvers.def')
-rw-r--r--container-search/src/main/resources/configdefinitions/search.pagetemplates.resolvers.def16
1 files changed, 16 insertions, 0 deletions
diff --git a/container-search/src/main/resources/configdefinitions/search.pagetemplates.resolvers.def b/container-search/src/main/resources/configdefinitions/search.pagetemplates.resolvers.def
new file mode 100644
index 00000000000..6003fdf81f1
--- /dev/null
+++ b/container-search/src/main/resources/configdefinitions/search.pagetemplates.resolvers.def
@@ -0,0 +1,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=""