summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/position_nosummary/position_nosummary.sd
blob: 108e8f5400cc34a139594e4d307fb7879adbd8af (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search position_nosummary {
    document position_nosummary {
        field pos type position {
            indexing: attribute
        }
    }
}