summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/predicate_attribute/predicate_attribute.sd
blob: f03d9d6b29464a42bc524200ab31e1dbc20d3758 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search predicate_type {
    document predicate_type {
        field some_predicate_field type predicate {
            indexing: attribute | summary
            index {
                arity: 5
                lower-bound: 3
                upper-bound: 200
                dense-posting-list-threshold: 0.2
            }
        }
    }
}