summaryrefslogtreecommitdiffstats
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.sd17
1 files changed, 17 insertions, 0 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
new file mode 100644
index 00000000000..c39ef03add5
--- /dev/null
+++ b/config-model/src/test/cfg/search/data/travel/schemas/TTPOI.sd
@@ -0,0 +1,17 @@
+# 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
+ }
+
+# sub catagories associated with the POI
+ field SubCategories type array<string> {
+ indexing: summary | index
+ # index-to: SubCategories
+ }
+}
+
+