de8bacf4cbeb0c4149c179ae4de7e8ce168f7713
[oom.git] / kubernetes / pomba / charts / pomba-search-data / resources / config / es-payload-translation.json
1 {
2   "attr-translations": [{
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 }