aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/multi_struct/ad.sd
blob: 39ea2eca85cea06f88026a375e3b58678d1d5b8a (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 ad {
    document ad {
        field e type string {
            indexing: attribute | summary
        }
    }
}