docs/mappings/index-settings.json
changeset 132 92a69e693cca
parent 127 e5cc001c6476
child 135 474f0ca528c9
--- 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": {