aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/multi_struct/shop.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/derived/multi_struct/shop.sd')
-rw-r--r--config-model/src/test/derived/multi_struct/shop.sd12
1 files changed, 12 insertions, 0 deletions
diff --git a/config-model/src/test/derived/multi_struct/shop.sd b/config-model/src/test/derived/multi_struct/shop.sd
new file mode 100644
index 00000000000..b5c06cc493f
--- /dev/null
+++ b/config-model/src/test/derived/multi_struct/shop.sd
@@ -0,0 +1,12 @@
+search shop {
+ document shop {
+ struct mystruct {
+ field one type string {}
+ field two type string {}
+ field three type string {}
+ }
+ field some_stuff type map<string, mystruct> {
+ indexing: summary
+ }
+ }
+}