aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/uri_wset/uri_wset.sd
blob: 51de0e417e969d45ecc8e85524750caa98227246 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright Vespa.ai. 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
        }
    }
}