aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/application/validation/global_distribution_validation/schemas/simple.sd
blob: 6f978a27c64d4873297a55ea7d10267b0069e7d7 (plain) (blame)
1
2
3
4
5
6
# Copyright Yahoo. 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 }
    }
}