diff -r 40f5193162ee -r 92a69e693cca docs/mappings/index-settings.json --- a/docs/mappings/index-settings.json Fri Jan 04 12:21:56 2019 +0100 +++ b/docs/mappings/index-settings.json Fri Jan 04 17:16:05 2019 +0100 @@ -225,6 +225,37 @@ } } }, + "link": { + "type": "object", + "properties": { + "title": { + "type": "object", + "properties": { + "en": { + "type": "text" + }, + "fr": { + "type": "text", + "analyzer": "french", + "search_analyzer": "french_search" + } + } + }, + "description": { + "type": "object", + "properties": { + "en": { + "type": "text" + }, + "fr": { + "type": "text", + "analyzer": "french", + "search_analyzer": "french_search" + } + } + } + } + }, "gallery": { "type": "object", "properties": {