Theme SolrSearch?

Is there any way to theme Solr search so that I may edit the results/index.php in my theme? Similar to how theming Exhibit Builder or Simple Pages works?

Yes, you should be able to copy plugins/SolrSearch/views/shared/results/index.php into themes/yourtheme/solr-search/results/index.php and edit from there. (You'll need to create those directories in your theme if they don't already exist.)

Thank you!