summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/position_extra.sd
blob: 0205c8fd4375b71993aa3f3e0e813677d7d365f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search position_extra {
    document position_extra {
        field pos_str type string {
            indexing: summary | index
        }
    }
    field pos_ext type position {
        indexing: input pos_str | to_pos | attribute | summary
    }
}