aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/position_nosummary/position_nosummary.sd
blob: bc287a4e33e9a1643912b52ecc21325cd2369713 (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 position_nosummary {
    document position_nosummary {
        field pos type position {
            indexing: attribute
        }
    }
}