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 2011/07/29 21:35:38 UTC

[Solr Wiki] Update of "Ruby Response Format" by NicolasMarchildon

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "Ruby Response Format" page has been changed by NicolasMarchildon:
http://wiki.apache.org/solr/Ruby%20Response%20Format?action=diff&rev1=23&rev2=24

Comment:
a note on encoding

  }}}
  
  For simple interactions with Solr, this may be all you need!  If you are building complex interactions with Solr, then look at some of the libraries below.
+ Craig L Russell
+ Note: in Ruby 1.9, the encoding of the response may be set to ASCII-8BITS even though Solr responds with UTF-8. See [[http://redmine.ruby-lang.org/issues/2567|Ruby issue 2567]].
  
  == Libraries ==