aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/multi_struct/user.sd
blob: 798171f062f57da29947d37dcf94c0b07239b1d4 (plain) (blame)
1
2
3
4
5
6
7
schema user {
    document user {
        field a type string {
          indexing: summary
        }
    }
}