You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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