aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/json/es-payload-translation.json
blob: e5290b0b9160fb8ca3108f46bbfeff83c65caf4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "attr-translations": [
    { 
      "from": "\"data-type\":\"string\"",
      "to": "\"data-type\":\"text\",\"fielddata\":true"
    },    
    {
      "from": "\"type\":\"string\",\"index\":\"analyzed\"",
      "to": "\"type\":\"text\",\"index\":\"true\",\"fielddata\":true"
    },
    {
      "from": "\"type\":\"string\",\"index\":\"not_analyzed\"",
      "to": "\"type\":\"keyword\",\"index\":\"true\""
    },
    {
      "from": "\"type\":\"string\"",
      "to": "\"type\":\"text\",\"fielddata\":true"
    },
    {
      "from": "searchable",
      "to": "index"
    }
  ]
}