Recently, I changed some of my DB data from postgres to mongo in order to get better performance and because of the flexibility of mongodb (my DB is already big, and now I have to support 5 more languages over the same models)
I am using solr with django-haystack to index, but I haven't been able to index straight mongodb models to Solr with haystack.
The mongo backend that I am using is Django MongoDB Engine.
I haven't been able to find much information about it. Maybe it's because doesn't make much sense what I am actually doing.
Thanks in advance