summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/inheritstruct/child.sd
blob: 0ac4048e5fa8fbf168b1967fe4977d847ac1631f (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search child {
    document child inherits parent {
      field child_struct_field type my_struct {
        indexing: summary | index
        match: prefix
      }
    }
}