Skip to content

v1.12.0

Compare
Choose a tag to compare
@billha billha released this 07 May 21:43
3d4612c

Rake task to fix collection type labels - b15a4a2

  • It runs on deploy so it will run on production without needing sysadmin intervention (CAL-489)

add human_readable_resource_type_sim to support faceting - 692b1ae

  • add human_readable_resource_type_sim to support faceting (URS-380)

Limit collection level reindexing during ingest - e6938c7

  • We can't remove collection level indexing entirely during ingest, because it provides some information needed by the ingest process. However, we can disable re-indexing of the collection during ingest, and limit nested indexing during ingest. This reduces the number of calls to solr during ingest.
  • CAL-581: move collection update index to end of ingest

Before Deploys (Californica)

Deployed to

  • Test
  • Stage
  • Dev
  • Production

After Deploys (Californica)