summaryrefslogtreecommitdiffstats
path: root/configserver/src/test/apps/hosted/searchdefinitions/music.sd
blob: 4e5f4a60275d0726fca242dc0609d0c56efa3db3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright 2016 Yahoo Inc. 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
    }
  }
}