aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/resources/configdefinitions/container.search.schema-info.def
blob: 086b47f5ae5fecaf268681a62b0b2144cc7efeb2 (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
30
31
32
33
34
35
# Copyright Vespa.ai. 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

## Information about a schema field (currently incomplete)
schema[].field[].name string
schema[].field[].type string
schema[].field[].alias[] string
schema[].field[].attribute bool
schema[].field[].index bool

## Field sets
schema[].fieldset[].name string
schema[].fieldset[].field[] string

## Information about a 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
schema[].rankprofile[].significance.useModel bool default=false
# 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