blob: de8bacf4cbeb0c4149c179ae4de7e8ce168f7713 [file] [log] [blame]
Geora Barsky417b3b42018-08-17 13:31:36 -04001{
Mandeep Khinda71bd84c2018-08-29 21:45:05 +00002 "attr-translations": [{
Geora Barsky417b3b42018-08-17 13:31:36 -04003 "from": "\"type\":\"string\",\"index\":\"analyzed\"",
4 "to": "\"type\":\"text\",\"index\":\"true\""
5 },
6 {
7 "from": "\"type\":\"string\",\"index\":\"not_analyzed\"",
8 "to": "\"type\":\"keyword\",\"index\":\"true\""
9 },
10 {
11 "from": "\"type\":\"string\"",
12 "to": "\"type\":\"text\""
13 },
14 {
15 "from": "searchable",
16 "to": "index"
17 }
18 ]
19}