summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/application/validation/index_struct/schemas/simple.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/cfg/application/validation/index_struct/schemas/simple.sd')
-rw-r--r--config-model/src/test/cfg/application/validation/index_struct/schemas/simple.sd8
1 files changed, 8 insertions, 0 deletions
diff --git a/config-model/src/test/cfg/application/validation/index_struct/schemas/simple.sd b/config-model/src/test/cfg/application/validation/index_struct/schemas/simple.sd
new file mode 100644
index 00000000000..a27a2d074d2
--- /dev/null
+++ b/config-model/src/test/cfg/application/validation/index_struct/schemas/simple.sd
@@ -0,0 +1,8 @@
+# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+search simple {
+ document simple {
+ field foo type map<string, string> { }
+ field bar type map<string, string> { indexing: summary}
+ field baz type map<string, string> { indexing: index | summary }
+ }
+}