aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/documentidinsummary.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/examples/documentidinsummary.sd')
-rw-r--r--config-model/src/test/examples/documentidinsummary.sd4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-model/src/test/examples/documentidinsummary.sd b/config-model/src/test/examples/documentidinsummary.sd
index 174c838b2dd..23bca092cad 100644
--- a/config-model/src/test/examples/documentidinsummary.sd
+++ b/config-model/src/test/examples/documentidinsummary.sd
@@ -1,9 +1,9 @@
-# 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 documentidinsummary {
document documentidinsummary {
field a type string { }
}
document-summary withid {
- summary w type string { source: documentid }
+ summary w { source: documentid }
}
}