aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/resources/configdefinitions/prelude.fastsearch.documentdb-info.def
blob: 3ef3e9ef824a8a0584a649884b27749c73390421 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
namespace=prelude.fastsearch

# Contains the names of the schams present in a particular content cluster,
# where the cluster in question is determined by the config id used to subscribe to this.

## The name of the schema/document database
documentdb[].name string

## The id of the summary class. Not used TODO: Remove after July 2022
documentdb[].summaryclass[].id int
## 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. Not used TODO: Remove after July 2022
documentdb[].summaryclass[].fields[].name string
## 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. Not used TODO: Remove after July 2022
documentdb[].summaryclass[].fields[].dynamic bool default=false

## 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. 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. Not used TODO: Remove after July 2022
documentdb[].rankprofile[].input[].type string