docs/mappings/index-settings.json
changeset 135 474f0ca528c9
parent 132 92a69e693cca
child 144 1d07028b9283
--- a/docs/mappings/index-settings.json	Mon Jan 07 11:49:26 2019 +0100
+++ b/docs/mappings/index-settings.json	Mon Jan 07 11:50:47 2019 +0100
@@ -74,7 +74,7 @@
 		}
 	},
 	"mappings": {
-		"PyAMS_document": {
+		"_doc": {
 			"properties": {
 				"internal_id": {
 					"type": "keyword"
@@ -413,6 +413,19 @@
 						"isbn_number": {
 							"type": "keyword"
 						},
+						"awards": {
+							"type": "object",
+							"properties": {
+								"en": {
+									"type": "text"
+								},
+								"fr": {
+									"type": "text",
+									"analyzer": "french",
+									"search_analyzer": "french_search"
+								}
+							}
+						},
 						"summary": {
 							"type": "object",
 							"properties": {
@@ -426,6 +439,19 @@
 								}
 							}
 						},
+						"synopsis": {
+							"type": "object",
+							"properties": {
+								"en": {
+									"type": "text"
+								},
+								"fr": {
+									"type": "text",
+									"analyzer": "french",
+									"search_analyzer": "french_search"
+								}
+							}
+						},
 						"publisher_words": {
 							"type": "object",
 							"properties": {