aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/application/validation/testjars/ok/searchdefinitions/music.sd
blob: 21da176564b290c8ef7a0e99dfa7aeb509e5c311 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
search music      {
        document music inherits base {
                field f1 type string    {
                        indexing: summary | index
                }
                field f2 type string    {
                        indexing: summary | index
                }
        }
}