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