From faf33354d3ad421914694691e647f395bf3d11e9 Mon Sep 17 00:00:00 2001 From: jonavellecuerdo Date: Thu, 29 Feb 2024 13:46:18 -0500 Subject: [PATCH] Add keyword field 'provider' to field mapping Why these changes are being introduced: * This is change is required to support the addition of a 'provider' field to the TIMDEX model. How this addresses that need: * Update config to include 'provider' key 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": {