ess-dive / docker-metacat

Other
0 stars 0 forks source link

Customize schema to change pubDate/datePublished fields from TrieDateField to DateRangeField #34

Closed vchendrix closed 2 years ago

vchendrix commented 2 years ago

BREAKING CHANGE

This change requires either

  1. Reindexing the entire metacat solr index
  2. Re importing to an empty index from a backup

Updates the build to patch the Metacat solr schema.xml based on solr/schema.xml.patch file. Additionally adds instructions on how to update the schema when needed.

Closes #33

vchendrix commented 2 years ago

@helbashandy TrieDateField has been deprecated in solr. Leaving this PR as is. No changes needed.