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