We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Welcome to the alexandria-v2 wiki!
Reindex with error catch
Image.all.each_with_index do |image, idx| begin puts idx image.update_index rescue Oargun::RDF::Controlled::ControlledVocabularyError puts 'err' rescue ActiveFedora::ConstraintError puts "constraint error #{image.id}" end end