summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahooinc.com>2022-09-23 11:23:30 +0000
committerGeir Storli <geirst@yahooinc.com>2022-09-23 13:35:44 +0000
commit77bbfe491a64f9e9dee45b8a2312bb9ba4787485 (patch)
tree00bca9cc79869db7ccf1d679dc5bdccceb157862 /configdefinitions
parent922ce1f4e259c22417300ed3008d29d06c9f35de (diff)
Remove summary field types from summary.def.
They are no longer used in the backend.
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/summary.def1
1 files changed, 0 insertions, 1 deletions
diff --git a/configdefinitions/src/vespa/summary.def b/configdefinitions/src/vespa/summary.def
index 29438fda3b6..0f6232153c7 100644
--- a/configdefinitions/src/vespa/summary.def
+++ b/configdefinitions/src/vespa/summary.def
@@ -9,7 +9,6 @@ classes[].id int
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=""