Welcome to mysolr’s documentation!¶ mysolr was born to be a fast and easy-to-use client for Apache Solr’s API and because existing Python clients didn’t fulfill these conditions. Since version 0.5 mysolr supports Python 3 except concurrent search feature. from mysolr import Solr # Default connection to localhost:8080 solr = Solr() # All solr params are supported! query = {'q' : '*:*', 'facet' : 't