From c41c6331a00dcc1a679a0d21aca6e64f175fefd9 Mon Sep 17 00:00:00 2001 From: Jonavelle Cuerdo Date: Thu, 29 Feb 2024 15:55:45 -0500 Subject: [PATCH] Add keyword field 'provider' to field mapping (#311) Why these changes are being introduced: * This is change is required to support the addition of the keyword field 'provider' to the TIMDEX model. How this addresses that need: * Update config to include 'provider' keyword field Side effects of this change: * None Relevant ticket(s): * https://mitlibraries.atlassian.net/browse/GDT-209 --- config/opensearch_mappings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/opensearch_mappings.json b/config/opensearch_mappings.json index 3dfaef7..1b22708 100644 --- a/config/opensearch_mappings.json +++ b/config/opensearch_mappings.json @@ -303,6 +303,9 @@ "type": "text", "index": "false" }, + "provider": { + "type": "keyword" + }, "publication_frequency": { "type": "text", "fields": {