aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/predicate_attribute/predicate_attribute.sd
blob: 7648287071977a37dbf01123beb69e203d16122f (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.
schema 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
            }
        }
    }
}