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 YonikSeeley. The comment on this change is: add "Python Solr" reference. http://wiki.apache.org/solr/SolPython?action=diff&rev1=14&rev2=15 -------------------------------------------------- There is a independent "pysolr" project available ... 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. - /!\ :TODO: /!\ it would be good to have a little more info about this ... what it can do, how stable it is, etc... - == 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:
