aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/search/data/travel/schemas/TTPOI.sd
blob: 7895d98b2e011aee7095448e67e85e12b60e17b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright Yahoo. 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
    }

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