Removing AJSC and moving to SpringBoot
[aai/search-data-service.git] / src / test / resources / json / dynamicIndex.json
index 1ac1cce..5df4069 100644 (file)
@@ -1,15 +1,17 @@
 {
-       "mappings": {
-               "dynamic_templates": [{
-                               "strings": {
-                                       "match_mapping_type": "string",
-                                       "match": "*",
-                                       "mapping": {
-                                               "type": "string",
-                                               "index": "not_analyzed"
-                                       }
-                               }
-                       }
-               ]
-       }
+  "mappings": {
+    "dynamic_templates": [{
+      "strings": {
+        "match_mapping_type": "string",
+        "match": "*",
+        "mapping": {
+          "type": "string",
+          "index": "not_analyzed"
+        }
+      }
+    }
+    ]
+  }
+
+
 }
\ No newline at end of file