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 2006/07/27 20:11:32 UTC

[Solr Wiki] Trivial Update of "SolPython" by YonikSeeley

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