You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2011/01/04 18:42:49 UTC

[Solr Wiki] Update of "SolPython" by TobyWhite

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "SolPython" page has been changed by TobyWhite.
The comment on this change is: Added reference to sunburnt (python-solr library).
http://wiki.apache.org/solr/SolPython?action=diff&rev1=16&rev2=17

--------------------------------------------------

  Another independent Solr API, focused on easy of use in large scale production enviroments, clean and fast, still in development
  
  http://github.com/mdomans/insol
+ 
+ == sunburnt ==
+ 
+ Sunburnt is an actively-developed Solr library, both for inserting and querying documents. It's development has aimed particularly at making the Solr API accessible in a Pythonic style. Sunburnt is in active use on several internet-scale sites.
+ 
+ http://pypi.python.org/pypi/sunburnt
+ 
+ http://github.com/tow/sunburnt
  
  == Using Solr's Python output ==
  Solr has an optional Python response format that extends its [[SolJSON|JSON output]] in the following ways to allow the response to be safely eval'd by Python's interpreter: