UNOMI-593 : set filename mapping to match item type (#437)

diff --git a/persistence-elasticsearch/core/src/main/resources/META-INF/cxs/mappings/actiontype.json b/persistence-elasticsearch/core/src/main/resources/META-INF/cxs/mappings/actionType.json
similarity index 100%
rename from persistence-elasticsearch/core/src/main/resources/META-INF/cxs/mappings/actiontype.json
rename to persistence-elasticsearch/core/src/main/resources/META-INF/cxs/mappings/actionType.json
diff --git a/persistence-elasticsearch/core/src/main/resources/META-INF/cxs/mappings/actiontype.json b/persistence-elasticsearch/core/src/main/resources/META-INF/cxs/mappings/conditionType.json
similarity index 100%
copy from persistence-elasticsearch/core/src/main/resources/META-INF/cxs/mappings/actiontype.json
copy to persistence-elasticsearch/core/src/main/resources/META-INF/cxs/mappings/conditionType.json
diff --git a/persistence-elasticsearch/core/src/main/resources/META-INF/cxs/mappings/conditiontype.json b/persistence-elasticsearch/core/src/main/resources/META-INF/cxs/mappings/conditiontype.json
deleted file mode 100644
index e1ac5f8..0000000
--- a/persistence-elasticsearch/core/src/main/resources/META-INF/cxs/mappings/conditiontype.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
-  "dynamic_templates": [
-    {
-      "all": {
-        "match": "*",
-        "match_mapping_type": "string",
-        "mapping": {
-          "type": "text",
-          "analyzer": "folding",
-          "fields": {
-            "keyword": {
-              "type": "keyword",
-              "ignore_above": 256
-            }
-          }
-        }
-      }
-    }
-  ]
-}
\ No newline at end of file
diff --git a/persistence-elasticsearch/core/src/main/resources/META-INF/cxs/mappings/exportconfig.json b/persistence-elasticsearch/core/src/main/resources/META-INF/cxs/mappings/exportConfig.json
similarity index 100%
rename from persistence-elasticsearch/core/src/main/resources/META-INF/cxs/mappings/exportconfig.json
rename to persistence-elasticsearch/core/src/main/resources/META-INF/cxs/mappings/exportConfig.json
diff --git a/persistence-elasticsearch/core/src/main/resources/META-INF/cxs/mappings/exportconfig.json b/persistence-elasticsearch/core/src/main/resources/META-INF/cxs/mappings/importConfig.json
similarity index 100%
copy from persistence-elasticsearch/core/src/main/resources/META-INF/cxs/mappings/exportconfig.json
copy to persistence-elasticsearch/core/src/main/resources/META-INF/cxs/mappings/importConfig.json
diff --git a/persistence-elasticsearch/core/src/main/resources/META-INF/cxs/mappings/importconfig.json b/persistence-elasticsearch/core/src/main/resources/META-INF/cxs/mappings/importconfig.json
deleted file mode 100644
index e1ac5f8..0000000
--- a/persistence-elasticsearch/core/src/main/resources/META-INF/cxs/mappings/importconfig.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
-  "dynamic_templates": [
-    {
-      "all": {
-        "match": "*",
-        "match_mapping_type": "string",
-        "mapping": {
-          "type": "text",
-          "analyzer": "folding",
-          "fields": {
-            "keyword": {
-              "type": "keyword",
-              "ignore_above": 256
-            }
-          }
-        }
-      }
-    }
-  ]
-}
\ No newline at end of file