aboutsummaryrefslogtreecommitdiffstats
path: root/configdefinitions/src/vespa/summary.def
blob: 0f6232153c7f4b7baa20097a2767ed79caba76c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
namespace=vespa.config.search

defaultsummaryid int default=-1

usev8geopositions bool default=false

classes[].id int
classes[].name string
classes[].omitsummaryfeatures bool default=false
classes[].fields[].name string
# The name of the command that is writing this field.
# See docsumconfig.cpp for all supported commands (DocsumFieldWriter implementations).
classes[].fields[].command string default=""
# The name of the source field used by the command.
classes[].fields[].source string default=""