diff --git a/config/opensearch_mappings.json b/config/opensearch_mappings.json index 1b22708..d31c640 100644 --- a/config/opensearch_mappings.json +++ b/config/opensearch_mappings.json @@ -315,8 +315,28 @@ } } }, - "publication_information": { - "type": "text" + "publishers": { + "type": "nested", + "include_in_parent": "true", + "properties": { + "name": { + "type": "text", + "fields": { + "keyword": { + "type": "keyword", + "normalizer": "lowercase" + } + } + }, + "date": { + "type": "keyword", + "normalizer": "lowercase" + }, + "location": { + "type": "keyword", + "normalizer": "lowercase" + } + } }, "related_items": { "type": "nested",