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 2009/10/29 01:58:38 UTC

[Solr Wiki] Update of "SolJSON" by YonikSeeley

Dear Wiki user,

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

The "SolJSON" page has been changed by YonikSeeley.
The comment on this change is: point to javascript clients in the solr ajax example.
http://wiki.apache.org/solr/SolJSON?action=diff&rev1=17&rev2=18

--------------------------------------------------

     * http://www.theurer.cc/blog/2005/12/15/web-services-json-dump-your-proxy/
  
  == Using Solr's JSON output for AJAX ==
+ Note: also see [[http://wiki.apache.org/solr/IntegratingSolr|Solr Client Libraries]] for higher level !JavaScript clients for Solr.
+ 
  Solr's JSON output makes parsing the response in !JavaScript simple.  Since JSON is a subset of !JavaScript, one
  can use the built-in !JavaScript parser to parse a JSON message.