aboutsummaryrefslogtreecommitdiffstats
path: root/application/src/test/app-packages/withqueryprofile/schemas/mydoc.sd
diff options
context:
space:
mode:
Diffstat (limited to 'application/src/test/app-packages/withqueryprofile/schemas/mydoc.sd')
-rw-r--r--application/src/test/app-packages/withqueryprofile/schemas/mydoc.sd17
1 files changed, 17 insertions, 0 deletions
diff --git a/application/src/test/app-packages/withqueryprofile/schemas/mydoc.sd b/application/src/test/app-packages/withqueryprofile/schemas/mydoc.sd
new file mode 100644
index 00000000000..ca6fa37a8e6
--- /dev/null
+++ b/application/src/test/app-packages/withqueryprofile/schemas/mydoc.sd
@@ -0,0 +1,17 @@
+# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+search mydoc {
+
+ document mydoc {
+
+ field title type string {
+ indexing: index
+ }
+
+ field substring type string {
+ indexing: index
+ match: gram
+ }
+
+ }
+
+}