aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/application/validation/global_distribution_validation/schemas/simple.sd
blob: 00bfd9e0af0ab1c7cc6afcdde842f32cb21efa97 (plain) (blame)
1
2
3
4
5
6
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search simple {
    document simple {
        field my_reference type reference<parent> { indexing: summary | attribute }
    }
}