aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/summaryfieldcollision.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/examples/summaryfieldcollision.sd')
-rw-r--r--config-model/src/test/examples/summaryfieldcollision.sd6
1 files changed, 3 insertions, 3 deletions
diff --git a/config-model/src/test/examples/summaryfieldcollision.sd b/config-model/src/test/examples/summaryfieldcollision.sd
index 7717f99f365..2235abce422 100644
--- a/config-model/src/test/examples/summaryfieldcollision.sd
+++ b/config-model/src/test/examples/summaryfieldcollision.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 summaryfieldcollision {
document summaryfieldcollision {
@@ -13,13 +13,13 @@ search summaryfieldcollision {
}
document-summary sum1 {
- summary f type string {
+ summary f {
source: title
}
}
document-summary sum2 {
- summary f type string {
+ summary f {
source: description
}
}