aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/nextgen/simple.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/examples/nextgen/simple.sd')
-rw-r--r--config-model/src/test/examples/nextgen/simple.sd6
1 files changed, 3 insertions, 3 deletions
diff --git a/config-model/src/test/examples/nextgen/simple.sd b/config-model/src/test/examples/nextgen/simple.sd
index 97990cca5d1..897371f2991 100644
--- a/config-model/src/test/examples/nextgen/simple.sd
+++ b/config-model/src/test/examples/nextgen/simple.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 simple {
document simple {
field doc_field type string {
@@ -7,8 +7,8 @@ search simple {
}
}
document-summary explicit_summary {
- summary summary_field type string {
- source: doc_field_summary
+ summary summary_field {
+ source: doc_field
}
}
field extern_field type string {