A ruby “application” that tests each GryphonDOR collection in SearchWorks for completeness and for expected Solr fields and field values.
It uses rspec-solr and rsolr gems.
# Adjust the url in config/solr.yml # run rake passing
OR Use a command line argument:
rake passing URL=http://your_solr_baseurl
See rspec-solr Gem documentation for the full syntax. Documentation around here somewhere: