summaryrefslogtreecommitdiffstats
path: root/application/src/test/resources/test.sd
diff options
context:
space:
mode:
Diffstat (limited to 'application/src/test/resources/test.sd')
-rw-r--r--application/src/test/resources/test.sd23
1 files changed, 23 insertions, 0 deletions
diff --git a/application/src/test/resources/test.sd b/application/src/test/resources/test.sd
new file mode 100644
index 00000000000..ff196e6b189
--- /dev/null
+++ b/application/src/test/resources/test.sd
@@ -0,0 +1,23 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+search test {
+
+ document test {
+
+ field title type string {
+ # index-to: title, default
+ weight: 30
+ stemming: none
+ bolding: on
+ body
+ }
+
+ field body type string {
+ # index-to: body, default
+ weight: 6
+ stemming: none
+ summary: dynamic
+ body
+ }
+ }
+
+}