aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/outsidesummary.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/examples/outsidesummary.sd')
-rw-r--r--config-model/src/test/examples/outsidesummary.sd8
1 files changed, 4 insertions, 4 deletions
diff --git a/config-model/src/test/examples/outsidesummary.sd b/config-model/src/test/examples/outsidesummary.sd
index d6a6f47a443..a95cbb0c628 100644
--- a/config-model/src/test/examples/outsidesummary.sd
+++ b/config-model/src/test/examples/outsidesummary.sd
@@ -1,19 +1,19 @@
-# 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 outsidesummary {
document-summary other {
- summary sa type string {
+ summary sa {
dynamic
source: a
}
- summary sa2 type string {
+ summary sa2 {
full
source: a
}
- summary a type string {
+ summary a {
}
}