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

  document test {

      field inline type string {

      }

      field constants type string {

      }

      field reference type string {

      }

  }

}