aboutsummaryrefslogtreecommitdiffstats
path: root/application/src/test/resources/test.sd
blob: 954b078b62f460a314fd134c33631829bac4291f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search test {

  document test {

    field title type string {
      weight: 30
      stemming: none
      bolding: on
    }

    field body type string {
      weight: 6
      stemming: none
      summary: dynamic
    }
  }

}