aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/test/apps/hosted-no-write-access-control/schemas/music.sd
blob: 3334824937766a7e846e2812b50d5293fe8f9deb (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.
search music {
  document music {
    field title type string {
      indexing: index | summary
    }
  }
}