aboutsummaryrefslogtreecommitdiffstats
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.sd4
1 files changed, 0 insertions, 4 deletions
diff --git a/application/src/test/resources/test.sd b/application/src/test/resources/test.sd
index 85600ef9546..81d10391294 100644
--- a/application/src/test/resources/test.sd
+++ b/application/src/test/resources/test.sd
@@ -4,19 +4,15 @@ 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
}
}