aboutsummaryrefslogtreecommitdiffstats
path: root/application/src/test/app-packages/withqueryprofile/schemas/mydoc.sd
blob: 96f3b979c0c0bdd5fe1c3c91ff44b5d56dc62e90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright Vespa.ai. 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
      }

  }

}