Skip to content

Commit

Permalink
Add keyword field 'provider' to field mapping (#311)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jonavellecuerdo committed Feb 29, 2024
1 parent 0012371 commit c41c633
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/opensearch_mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,9 @@
"type": "text",
"index": "false"
},
"provider": {
"type": "keyword"
},
"publication_frequency": {
"type": "text",
"fields": {
Expand Down

0 comments on commit c41c633

Please sign in to comment.