To be precise for ElasticSearch 6.1.2
Change-Id: Id8a70baeaef3bbb25dbdadcbc0edd9de2e4dc49b
Issue-ID: AAI-1376
Signed-off-by: Lawrance, Edwin (el525a) <Edwin.Lawrance@amdocs.com>
--- /dev/null
+{
+  "attr-translations": [
+    {
+      "from": "\"type\":\"string\",\"index\":\"analyzed\"",
+      "to": "\"type\":\"text\",\"index\":\"true\""
+    },
+    {
+      "from": "\"type\":\"string\",\"index\":\"not_analyzed\"",
+      "to": "\"type\":\"keyword\",\"index\":\"true\""
+    },
+    {
+      "from": "\"type\":\"string\"",
+      "to": "\"type\":\"text\""
+    },
+    { 
+      "from": "searchable",
+      "to": "index"
+    }
+  ]
+}
\ No newline at end of file