From e1ade5e0aa7087b8ff6380bd28764f732131c3f5 Mon Sep 17 00:00:00 2001 From: Geir Storli Date: Mon, 29 Aug 2022 09:25:05 +0000 Subject: Duplicate summarymap config into summary config. This prepares for the removal of summarymap config. --- configdefinitions/src/vespa/summary.def | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configdefinitions/src') 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="" -- cgit v1.2.3