aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/test/apps/hosted/schemas/music.sd
blob: a760311c9c8c64422147eac1dc16a3fc0ced96e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
schema music {
  document music {
    field title type string {
      indexing: index | summary
    }
  }
}