summaryrefslogtreecommitdiffstats
path: root/search-data-service/appconfig/es-payload-translation.json
blob: 967a28a9eea7f89160d1699a66f1dd4b5930aa63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "attr-translations": [
    {
      "from": "\"type\":\"string\",\"index\":\"analyzed\"",
      "to": "\"type\":\"text\",\"index\":\"true\""
    },
    {
      "from": "\"type\":\"string\",\"index\":\"not_analyzed\"",
      "to": "\"type\":\"keyword\",\"index\":\"true\""
    },
    {
      "from": "\"type\":\"string\"",
      "to": "\"type\":\"text\""
    },
    { 
      "from": "searchable",
      "to": "index"
    }
  ]
}