aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/nextgen/implicitstructtypes.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/examples/nextgen/implicitstructtypes.sd')
-rw-r--r--config-model/src/test/examples/nextgen/implicitstructtypes.sd6
1 files changed, 3 insertions, 3 deletions
diff --git a/config-model/src/test/examples/nextgen/implicitstructtypes.sd b/config-model/src/test/examples/nextgen/implicitstructtypes.sd
index 82bd6983f25..182805a0ae7 100644
--- a/config-model/src/test/examples/nextgen/implicitstructtypes.sd
+++ b/config-model/src/test/examples/nextgen/implicitstructtypes.sd
@@ -1,4 +1,4 @@
-# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search implicitstructtypes {
document implicitstructtypes {
field doc_str type string {
@@ -10,8 +10,8 @@ search implicitstructtypes {
}
}
document-summary docsum {
- summary docsum_str type string {
- source: doc_str_sum
+ summary docsum_str {
+ source: doc_str
}
}
}