aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/search/data/travel/schemas/TTPOI.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/cfg/search/data/travel/schemas/TTPOI.sd')
-rw-r--r--config-model/src/test/cfg/search/data/travel/schemas/TTPOI.sd2
1 files changed, 0 insertions, 2 deletions
diff --git a/config-model/src/test/cfg/search/data/travel/schemas/TTPOI.sd b/config-model/src/test/cfg/search/data/travel/schemas/TTPOI.sd
index f3fe2cdf445..7895d98b2e0 100644
--- a/config-model/src/test/cfg/search/data/travel/schemas/TTPOI.sd
+++ b/config-model/src/test/cfg/search/data/travel/schemas/TTPOI.sd
@@ -4,13 +4,11 @@ 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
}
}