summaryrefslogtreecommitdiffstats
path: root/configserver/src/test/apps/hosted/schemas/music.sd
diff options
context:
space:
mode:
Diffstat (limited to 'configserver/src/test/apps/hosted/schemas/music.sd')
-rw-r--r--configserver/src/test/apps/hosted/schemas/music.sd10
1 files changed, 10 insertions, 0 deletions
diff --git a/configserver/src/test/apps/hosted/schemas/music.sd b/configserver/src/test/apps/hosted/schemas/music.sd
new file mode 100644
index 00000000000..78d58b27d4a
--- /dev/null
+++ b/configserver/src/test/apps/hosted/schemas/music.sd
@@ -0,0 +1,10 @@
+# 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 title type string {
+ indexing: index | summary
+ # index-to: default
+ }
+ }
+}
+