Everytime i try to reindex using...
rake sunspot:solr:reindex
These error messages always show:
Error - R
For those of you that are using Websolr in Heroku production and getting this error when reindexing:
Remember that you have to upload your schema.xml manually in the Websolr admin GUI, under the "Advanced Configuration" tab when viewing your index.
Here's the direct link: https://websolr.com/slices/
You can get the from running heroku config and getting it from the last part of your
WEBSOLR_URL that looks like this: http://index.websolr.com/solr/
I ran into this error because I mistakenly assumed that Websolr would just use the schema.xml that I committed to git and pushed to heroku together with all the other files.