aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/routing/replacehop/schemas/music.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/cfg/routing/replacehop/schemas/music.sd')
-rwxr-xr-xconfig-model/src/test/cfg/routing/replacehop/schemas/music.sd13
1 files changed, 13 insertions, 0 deletions
diff --git a/config-model/src/test/cfg/routing/replacehop/schemas/music.sd b/config-model/src/test/cfg/routing/replacehop/schemas/music.sd
new file mode 100755
index 00000000000..f9816d0d392
--- /dev/null
+++ b/config-model/src/test/cfg/routing/replacehop/schemas/music.sd
@@ -0,0 +1,13 @@
+# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+search music {
+ document music {
+ field f1 type string {
+ indexing: summary | index
+ # index-to: f1, all
+ }
+ field f2 type string {
+ indexing: summary | index
+ # index-to: f2, all
+ }
+ }
+}