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