Django/python and Apache Solr: pysolr or solrpy?
问题 brand new on this forum and this is my first post! At work we're starting a project which uses Apache Solr and i'm in charge of the frontend system (Django-based). Our solr database isn't related to any other db engine nor to any models' class, so Haystack isn't good for us (since its strictly related to the models). I was looking at http://code.google.com/p/pysolr/ and http://code.google.com/p/solrpy/ Basically, they're similar. I like more solrpy, since it uses POST requests and we can mask