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 YonikSeeley: http://wiki.apache.org/solr/SolPython ------------------------------------------------------------------------------ == Using Solr's Python output == - Solr has an optional Python response format that extends it's JSON output in the following ways: + 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: * true and false changed to True and False * Python unicode strings used where needed * ASCII output (with unicode escapes) for less error-prone interoperability
