aboutsummaryrefslogtreecommitdiffstats
path: root/application-preprocessor/src/test/resources/simple/searchdefinitions/music.sd
blob: bb399edb86cc5c16f47b8e0494a92aba8a125330 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright 2017 Yahoo Inc. 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
        }
    }
}