summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/resources/configdefinitions/container.search.schema-info.def
diff options
context:
space:
mode:
Diffstat (limited to 'container-search/src/main/resources/configdefinitions/container.search.schema-info.def')
-rw-r--r--container-search/src/main/resources/configdefinitions/container.search.schema-info.def25
1 files changed, 25 insertions, 0 deletions
diff --git a/container-search/src/main/resources/configdefinitions/container.search.schema-info.def b/container-search/src/main/resources/configdefinitions/container.search.schema-info.def
new file mode 100644
index 00000000000..e5b14db9b4e
--- /dev/null
+++ b/container-search/src/main/resources/configdefinitions/container.search.schema-info.def
@@ -0,0 +1,25 @@
+# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+namespace=search.config
+
+## The name of this schema
+schema[].name string
+
+## The id of the summary class
+# schema[].summaryclass[].id int
+## The name of the summary class
+# schema[].summaryclass[].name string
+## The name of a field in the summary class
+# schema[].summaryclass[].fields[].name string
+## The type of a field in the summary class
+# schema[].summaryclass[].fields[].type string
+## Whether this field is a dynamic snippet
+# schema[].summaryclass[].fields[].dynamic bool default=false
+
+## Information about rank profiles
+schema[].rankprofile[].name string
+schema[].rankprofile[].hasSummaryFeatures bool default=true
+schema[].rankprofile[].hasRankFeatures bool default=true
+# The name of an input (query rank feature) accepted by this profile
+schema[].rankprofile[].input[].name string
+# The tensor type of an input (query rank feature) accepted by this profile
+schema[].rankprofile[].input[].type string