summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahooinc.com>2022-08-29 09:25:05 +0000
committerGeir Storli <geirst@yahooinc.com>2022-08-29 11:58:21 +0000
commite1ade5e0aa7087b8ff6380bd28764f732131c3f5 (patch)
treef17caf0234881d52c30fb31506bb7055e692bf89 /configdefinitions
parentee29a7aeb10021c55064f6c5268daefe23897f0d (diff)
Duplicate summarymap config into summary config.
This prepares for the removal of summarymap config.
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/summary.def5
1 files changed, 5 insertions, 0 deletions
diff --git a/configdefinitions/src/vespa/summary.def b/configdefinitions/src/vespa/summary.def
index 9b231d86c38..29438fda3b6 100644
--- a/configdefinitions/src/vespa/summary.def
+++ b/configdefinitions/src/vespa/summary.def
@@ -10,3 +10,8 @@ classes[].name string
classes[].omitsummaryfeatures bool default=false
classes[].fields[].name string
classes[].fields[].type 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=""