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
# TODO: don't reify, just store the solr results and lazily reify.
,
def find_target
# TODO: don't reify, just store the solr results and lazily reify.
# For now, we set a hard limit of 1000 results.
records = ActiveFedora::QueryResultBuilder.reify_solr_results(load_from_solr(rows: SolrService::MAX_ROWS))
records.each { |record| set_inverse_instance(record) }
records
rescue ObjectNotFoundError, Ldp::Gone => e
ActiveFedora::Base.logger.error "Solr and Fedora may be out of sync:\n" + e.message
reset
[]
end
The text was updated successfully, but these errors were encountered:
Per
active_fedora/lib/active_fedora/associations/collection_association.rb
Line 302 in fe9ca1c
The text was updated successfully, but these errors were encountered: