aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/multi_struct/user.sd
blob: f36142fa3be334db7a65ba0cf97e7504160ee049 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
schema user {
    document user {
        field a type string {
          indexing: summary
        }
    }
}