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