aboutsummaryrefslogtreecommitdiffstats
path: root/documentgen-test/etc/complex/parent.sd
blob: 5edb6a2fc1c5122e9b1ee0cb2c24838d8f46c503 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright Vespa.ai. 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
        }
    }
}