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