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
