aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/documents.sd
blob: 71e1ce93067fa59837a00e8e53f4fd1867c7a138 (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.
# Files can also contain documents only.
# These may be inherited by other document definitions, or may
# just represent some stored data
document one {

  field title type string {
  }

  field other type string {
  }

}

document two {

  field something type string {
  }

}