aboutsummaryrefslogtreecommitdiffstats
path: root/container-search
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-05-02 12:45:11 +0200
committerJon Bratseth <bratseth@gmail.com>2022-05-02 12:45:11 +0200
commit133e994dcc7c2254720edcff3adf4aa07f348800 (patch)
tree1fe8e624af2cc5423120d51786a480852679213d /container-search
parent2c36f7c97ed9747101945c7958c7ec4be6763f6e (diff)
Make the schema info config a regular derived config
Diffstat (limited to 'container-search')
-rw-r--r--container-search/src/main/resources/configdefinitions/container.search.schema-info.def10
1 files changed, 5 insertions, 5 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
index e5b14db9b4e..83248ca8e1f 100644
--- a/container-search/src/main/resources/configdefinitions/container.search.schema-info.def
+++ b/container-search/src/main/resources/configdefinitions/container.search.schema-info.def
@@ -5,15 +5,15 @@ namespace=search.config
schema[].name string
## The id of the summary class
-# schema[].summaryclass[].id int
+schema[].summaryclass[].id int
## The name of the summary class
-# schema[].summaryclass[].name string
+schema[].summaryclass[].name string
## The name of a field in the summary class
-# schema[].summaryclass[].fields[].name string
+schema[].summaryclass[].fields[].name string
## The type of a field in the summary class
-# schema[].summaryclass[].fields[].type string
+schema[].summaryclass[].fields[].type string
## Whether this field is a dynamic snippet
-# schema[].summaryclass[].fields[].dynamic bool default=false
+schema[].summaryclass[].fields[].dynamic bool default=false
## Information about rank profiles
schema[].rankprofile[].name string