aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/importedfields/parent_a.sd
blob: 9508393cf3f26284671659bb217d0990982b96fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
search parent_a {
  document parent_a {
    field int_field type int {
      indexing: attribute
    }
    field int_array_field type array<int> {
      indexing: attribute
    }
    field int_wset_field type weightedset<int> {
      indexing: attribute
    }
  }
}