aboutsummaryrefslogtreecommitdiffstats
path: root/application-preprocessor/src/test/resources/simple/searchdefinitions/music.sd
blob: c0190a4a7a82515cb554b48290ae98b70c047391 (plain) (blame)
1
2
3
4
5
6
7
8
# 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 f type string {
            indexing: index | summary
        }
    }
}