Popular Python recipes tagged "solr"http://code.activestate.com/recipes/langs/python/tags/solr/2011-10-17T12:46:55-07:00ActiveState Code RecipesBasic interface to Apache Solr (Python)
2011-10-17T12:46:55-07:00Graham Poulterhttp://code.activestate.com/recipes/users/4172291/http://code.activestate.com/recipes/577909-basic-interface-to-apache-solr/
<p style="color: grey">
Python
recipe 577909
by <a href="/recipes/users/4172291/">Graham Poulter</a>
(<a href="/recipes/tags/http/">http</a>, <a href="/recipes/tags/solr/">solr</a>).
</p>
<p>A basic model class representing Apache Solr. Abstracts the select, delete, update, and commit operations.</p>
<p>Select operation returns Python object parsed from a JSON-formatted response.</p>