Skip to content

Commit c41c633

Browse files
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
1 parent 0012371 commit c41c633

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/opensearch_mappings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,9 @@
303303
"type": "text",
304304
"index": "false"
305305
},
306+
"provider": {
307+
"type": "keyword"
308+
},
306309
"publication_frequency": {
307310
"type": "text",
308311
"fields": {

0 commit comments

Comments
 (0)