aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/test/apps/hosted-no-write-access-control/schemas/music.sd
blob: 78d58b27d4a265312b5feb2277ebc630b3ee3adf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright 2017 Yahoo Holdings. 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
      # index-to: default
    }
  }
}