Hi all, I'm rebuilding the Solr part of my search engine in Python.
I work with both Solr 5[.2.1] and 6[.3.0]. I looked around but found no satisfactory python library to help me write queries. I come from SolrJ so I'm used to having classes for all types or queries. What would you say is the most "powerful" and up-to-date python library for Solr? Or will I be forced to hand-craft the lucene syntax? Thanks in advanced, Ron