aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/implicitsummaries_attribute.sd
blob: b73bf65b41e4e34f43315b725f7eb56b594e971b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search implicitsummaries_attribute {
    document implicitsummaries_attribute {
        field foo type string {
            indexing: attribute | summary
            summary-to: bar
        }
        field baz type position {
            indexing: attribute | summary
            summary-to: cox
        }
    }
}