aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahooinc.com>2022-02-11 14:53:53 +0000
committerArne H Juul <arnej@yahooinc.com>2022-02-11 14:54:07 +0000
commit473d4f42dbfe291046fdb0e9f8b50856244f3c47 (patch)
tree37e748540d127b76a8d2e6862aa1e4d0a367e1e9 /config-model/src/test/examples
parente93ad39355c8e432aea854044f6ae28d2a8bc412 (diff)
extend unit tests
Diffstat (limited to 'config-model/src/test/examples')
-rw-r--r--config-model/src/test/examples/nextgen/summaryfield.sd10
1 files changed, 10 insertions, 0 deletions
diff --git a/config-model/src/test/examples/nextgen/summaryfield.sd b/config-model/src/test/examples/nextgen/summaryfield.sd
index 9b3cc6862b9..99c73d1be53 100644
--- a/config-model/src/test/examples/nextgen/summaryfield.sd
+++ b/config-model/src/test/examples/nextgen/summaryfield.sd
@@ -5,11 +5,21 @@ search summaryfield {
indexing: index | summary
summary bar: full
}
+ field mytags type array<string> {
+ indexing: index
+ }
}
document-summary baz {
summary cox type string {
source: bar
}
+ summary alltags type array<string> {
+ source: mytags
+ }
+ summary sometags type array<string> {
+ source: mytags
+ matched-elements-only
+ }
}
}