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:10:18 UTC

[Solr Wiki] Trivial Update of "SolRuby" 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/SolRuby

------------------------------------------------------------------------------
  == Using Solr's Ruby output ==
- Solr has an optional Ruby response format that extends its JSON output in the following ways to allow the response to be safely eval'd by Ruby's interpreter:
+ Solr has an optional Ruby response format that extends its [wiki:SolJSON JSON output] in the following ways to allow the response to be safely eval'd by Ruby's interpreter:
   * Ruby's single quoted strings are used to prevent possible string exploits
    * \ and ' are the only two characters escaped...
    * unicode escapes not used... data is written as raw UTF-8