summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/search/data/travel/searchdefinitions/TTPOI.sd
blob: 0cb0596b31c5c799e14619c6d5469a00ecb5dc53 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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
        header
    }

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