summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/importedfields/parent_a.sd
blob: edc81df5609a53d345cc7acba50080a23d87859c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
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
    }
    field predicate_field type predicate {
      indexing: attribute
      index {
        arity: 8
        lower-bound: 5
        upper-bound: 300
      }
    }
  }
}