aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/position_extra/position_extra.sd
blob: 584a35f70d98df7893462ddcc5034b4f97e35a4a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
schema position_extra {
    document position_extra {
        field pos_str type string {

        }
    }
    field pos_ext type position {
        indexing: input pos_str | to_pos | attribute
    }
}