Skip to content

Version 1.24.0 - Adds Ddr::IndexError

David Chandek-Stark requested to merge index-error into main

Ddr::ResourceIndexer#index_fields rescues from Ddr::SolrDocumentBehavior::NotFound and raises Ddr::IndexError. This is done in part to include the resource ID in the error. Due to batching of reindexing combined with stale structural metadata it is very difficult to trace to the source object otherwise.

Merge request reports