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