blob: 93888befbc80f649ffadf3902366c4334e5952b1 [file] [log] [blame]
Edwin Lawrance52b0c7e2018-07-16 19:55:15 +01001{
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}