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