aboutsummaryrefslogtreecommitdiffstats
path: root/config-application-package/src/test/resources/app-with-invalid-files-in-subdir/schemas/music.sd
blob: 7da7c49c16204a412a072382cc3b68bd0ba199d7 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search music {
    document music {
        field f type string {
            indexing: index | summary
        }
    }
}