Edwin Lawrance | 52b0c7e | 2018-07-16 19:55:15 +0100 | [diff] [blame] | 1 | { |
2 | "attr-translations": [ | ||||
3 | { | ||||
4 | "from": "\"type\":\"string\",\"index\":\"analyzed\"", | ||||
5 | "to": "\"type\":\"text\",\"index\":\"true\"" | ||||
6 | }, | ||||
7 | { | ||||
8 | "from": "\"type\":\"string\",\"index\":\"not_analyzed\"", | ||||
9 | "to": "\"type\":\"keyword\",\"index\":\"true\"" | ||||
10 | }, | ||||
11 | { | ||||
12 | "from": "\"type\":\"string\"", | ||||
13 | "to": "\"type\":\"text\"" | ||||
14 | }, | ||||
15 | { | ||||
16 | "from": "searchable", | ||||
17 | "to": "index" | ||||
18 | } | ||||
19 | ] | ||||
20 | } |