Adding pass through shema creation
[aai/search-data-service.git] / src / test / resources / json / dynamicIndex.json
diff --git a/src/test/resources/json/dynamicIndex.json b/src/test/resources/json/dynamicIndex.json
new file mode 100644 (file)
index 0000000..1ac1cce
--- /dev/null
@@ -0,0 +1,15 @@
+{
+       "mappings": {
+               "dynamic_templates": [{
+                               "strings": {
+                                       "match_mapping_type": "string",
+                                       "match": "*",
+                                       "mapping": {
+                                               "type": "string",
+                                               "index": "not_analyzed"
+                                       }
+                               }
+                       }
+               ]
+       }
+}
\ No newline at end of file