aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/uri_wset/uri_wset.sd
blob: 8af136bbfef948a6df5403be9fdd53fb469dbcb8 (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.
schema uri_wset {
    document uri_wset {
        field my_uri type weightedset<uri> {
            indexing: index
        }
    }
}