Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The following page has been changed by HossMan: http://wiki.apache.org/solr/SolPython ------------------------------------------------------------------------------ + + [[TableOfContents]] + == Python API == - There is a client API as part of the Solr repository: http://svn.apache.org/repos/asf/lucene/solr/trunk/client/python/ + There is a simple client API as part of the Solr repository: http://svn.apache.org/repos/asf/lucene/solr/trunk/client/python/ + + /!\ :TODO: /!\ it would be good to have a little more info about this ... what it can do, how stable it is, etc... + + == PySolr == + + There is a independent "pysolr" project available ... + http://code.google.com/p/pysolr/ + + /!\ :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 [wiki:SolJSON JSON output] in the following ways to allow the response to be safely eval'd by Python's interpreter:
