Skip to content

Instantly share code, notes, and snippets.

@scherztc
Created June 1, 2016 18:57
Show Gist options
  • Save scherztc/ff47393fd77480201a2db69fbab50d1c to your computer and use it in GitHub Desktop.
Save scherztc/ff47393fd77480201a2db69fbab50d1c to your computer and use it in GitHub Desktop.
tbf = ActiveFedora::SolrService.query("-desc_metadata__subject_sim:['Foo'], :rows=>999)
tbf.each do |r|
doc = SolrDocument.new(r)
c = ActiveFedora::Base.find(doc.id, :cast => true)
c.creator = 'DPC'
c.save
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment