summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/implicitsummaries_attribute.sd
blob: 3f9074c3fa54e6e669fdc9462cd19a16313531e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 2016 Yahoo Inc. 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
        }
    }
}