MongoDB and Solr
I'm currently trying to set up MongoDB and Solr to store UGC for a forum. I've been able to get Mongo running fine - the author and publisher instances write new documents to the database when new UGC is created and share it. For some reason though, both instances have trouble reading from the database unless I play around with Solr.
For example: I create a new post in the forum. This post is written as a new document in the database (which I can see by querying it). I refresh the page to see the post and it disappears. I can then restart Solr and it appears.
Has this happened to anyone else and could it be that I've not configured Solr or Mongo correctly?