summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/resources/configdefinitions/documentdb-info.def
diff options
context:
space:
mode:
Diffstat (limited to 'container-search/src/main/resources/configdefinitions/documentdb-info.def')
-rw-r--r--container-search/src/main/resources/configdefinitions/documentdb-info.def22
1 files changed, 22 insertions, 0 deletions
diff --git a/container-search/src/main/resources/configdefinitions/documentdb-info.def b/container-search/src/main/resources/configdefinitions/documentdb-info.def
new file mode 100644
index 00000000000..f392a014a61
--- /dev/null
+++ b/container-search/src/main/resources/configdefinitions/documentdb-info.def
@@ -0,0 +1,22 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+version=2
+namespace=prelude.fastsearch
+
+## The name of the search definition that this document database info applies to
+documentdb[].name string
+
+## The id of the summary class
+documentdb[].summaryclass[].id int
+## The name of the summary class
+documentdb[].summaryclass[].name string
+## The name of a field in the summary class
+documentdb[].summaryclass[].fields[].name string
+## The type of a field in the summary class
+documentdb[].summaryclass[].fields[].type string
+## Whether this field is a dynamic snippet
+documentdb[].summaryclass[].fields[].dynamic bool default=false
+
+## Information about rank profiles
+documentdb[].rankprofile[].name string
+documentdb[].rankprofile[].hasSummaryFeatures bool default=true
+documentdb[].rankprofile[].hasRankFeatures bool default=true