aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/multi_struct/ad.sd
blob: ee389e510b46712df5193b5d8c6104d4a7a50535 (plain) (blame)
1
2
3
4
5
6
7
schema ad {
    document ad {
        field e type string {
            indexing: attribute | summary
        }
    }
}