summaryrefslogtreecommitdiffstats
path: root/documentgen-test/etc/complex/parent.sd
blob: 50b8e76cf5ae9723563232a5451ef35790dddb84 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

# This type represents a target for a parent-child reference in the `book` type.
search parent {
    document parent {
        field dummy type string {
            indexing: attribute
        }
        field foo type string {
            indexing: attribute
        }
    }
}