summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/search/data/travel/schemas/TTPOI.sd
blob: c39ef03add5f37f4031db0abdc2e289c986bab74 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
document TTPOI {

# categories associated with the POI
    field Categories type array<string> {
        indexing: summary | index
        # index-to: Categories
    }

# sub catagories associated with the POI
    field SubCategories type array<string> {
        indexing: summary | index
        # index-to: SubCategories
    }
}