aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/child.sd
blob: b8aaa89ab4167b7c95e0e99f2a354afc16f2d3cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search child {
  
  document child inherits parent.1 {

    field childs type string {      
      indexing: index
    }

  }

}