aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/nextgen/uri_wset.sd
blob: 34d2cdbae32a3724028afd09621e8f67dcb514b5 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search uri_array {
    document uri_array {
        field my_field type weightedset<uri> {
            indexing: index | summary
        }
    }
}