summaryrefslogtreecommitdiffstats
path: root/container-search
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-06-16 17:09:51 +0200
committerJon Bratseth <bratseth@gmail.com>2022-06-16 17:09:51 +0200
commit596b15d4ea2f597a3c55fc72dd4ab83a624fcfda (patch)
treed9cda4110288b90e63127cc3a12eae03f84eebbf /container-search
parent32b9b81e411345bbf407aa648e80bd4b051f234f (diff)
Mark unused fields for removal
Diffstat (limited to 'container-search')
-rw-r--r--container-search/src/main/resources/configdefinitions/prelude.fastsearch.documentdb-info.def16
1 files changed, 8 insertions, 8 deletions
diff --git a/container-search/src/main/resources/configdefinitions/prelude.fastsearch.documentdb-info.def b/container-search/src/main/resources/configdefinitions/prelude.fastsearch.documentdb-info.def
index 4528475697b..ea4468fd1db 100644
--- a/container-search/src/main/resources/configdefinitions/prelude.fastsearch.documentdb-info.def
+++ b/container-search/src/main/resources/configdefinitions/prelude.fastsearch.documentdb-info.def
@@ -4,23 +4,23 @@ namespace=prelude.fastsearch
## The name of the schema/document database
documentdb[].name string
-## The id of the summary class
+## The id of the summary class. Not used TODO: Remove after July 2022
documentdb[].summaryclass[].id int
-## The name of the summary class
+## The name of the summary class. Not used TODO: Remove after July 2022
documentdb[].summaryclass[].name string
-## The name of a field in the summary class
+## The name of a field in the summary class. Not used TODO: Remove after July 2022
documentdb[].summaryclass[].fields[].name string
-## The type of a field in the summary class
+## The type of a field in the summary class. Not used TODO: Remove after July 2022
documentdb[].summaryclass[].fields[].type string
-## Whether this field is a dynamic snippet
+## Whether this field is a dynamic snippet. Not used TODO: Remove after July 2022
documentdb[].summaryclass[].fields[].dynamic bool default=false
-## Information about rank profiles
+## Information about rank profiles. Not used TODO: Remove after July 2022
documentdb[].rankprofile[].name string
documentdb[].rankprofile[].hasSummaryFeatures bool default=true
documentdb[].rankprofile[].hasRankFeatures bool default=true
-# The name of an input (query rank feature) accepted by this profile
+# The name of an input (query rank feature) accepted by this profile. Not used TODO: Remove after July 2022
documentdb[].rankprofile[].input[].name string
-# The tensor type of an input (query rank feature) accepted by this profile
+# The tensor type of an input (query rank feature) accepted by this profile. Not used TODO: Remove after July 2022
documentdb[].rankprofile[].input[].type string