aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/duplicate_struct/foobar.sd
blob: 7ef4fb5dbe1460ac7206c1f7c3f1ae2d9d4aaec1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

search foobar {
  document foobar inherits foo {
    field title type string {
      indexing: summary | index
    }
  }

  struct mystruct {
    field name type string { }
    field company type string { }
  }

}