Geora Barsky | 417b3b4 | 2018-08-17 13:31:36 -0400 | [diff] [blame] | 1 | { |
Mandeep Khinda | 71bd84c | 2018-08-29 21:45:05 +0000 | [diff] [blame] | 2 | "attr-translations": [{ |
Geora Barsky | 417b3b4 | 2018-08-17 13:31:36 -0400 | [diff] [blame] | 3 | "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 | } |