aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/resources/configdefinitions/container.search.schema-info.def
blob: 2da6d621973e0127ef6ede9ad4eb0fd4689eacef (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
# 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 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