aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/weightedset-summaryto.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/examples/weightedset-summaryto.sd')
-rw-r--r--config-model/src/test/examples/weightedset-summaryto.sd15
1 files changed, 15 insertions, 0 deletions
diff --git a/config-model/src/test/examples/weightedset-summaryto.sd b/config-model/src/test/examples/weightedset-summaryto.sd
new file mode 100644
index 00000000000..b72d674e743
--- /dev/null
+++ b/config-model/src/test/examples/weightedset-summaryto.sd
@@ -0,0 +1,15 @@
+search test {
+
+ document test {
+
+ field w type weightedset<string> {
+ summary-to: mysummary
+ weightedset {
+ create-if-nonexistent
+ }
+
+ }
+
+ }
+
+} \ No newline at end of file