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 2010/03/09 10:55:51 UTC

[Solr Wiki] Update of "SolPython" by MichaelDomanski

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 MichaelDomanski.
http://wiki.apache.org/solr/SolPython?action=diff&rev1=15&rev2=16

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

  http://code.google.com/p/pysolr/
  
  And [[http://bitbucket.org/cogtree/python-solr/overview/|Python Solr]], And enhanced version of pysolr that supports pagination and batch operations.
+ 
+ == insol ==
+ 
+ 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
  
  == 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: