aboutsummaryrefslogtreecommitdiffstats
path: root/application/src/test/resources/test.sd
blob: 85600ef95468b8b5650b892d3900f7862409e760 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 2017 Yahoo Holdings. 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
    }
  }

}