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