--- 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": {