AJAX Solr does more or less the following: jQuery.getJSON('http://localhost:8983/solr/select/?q=*:*&wt=json&json.wrf=?', {}, function (data) { // do something with data, which is the eval'd JSON response }); -- View this message in context: http://old.nabble.com/Getting-solr-response-data-in-a-JS-query-tp27095224p27116970.html Sent from the Solr - User mailing list archive at Nabble.com.
- Getting solr response data in a JS query Dan Yamins
- Re: Getting solr response data in a JS query Otis Gospodnetic
- Re: Getting solr response data in a JS query Gregg Hoshovsky
- Re: Getting solr response data in a JS query Matt Mitchell
- Re: Getting solr response data in a JS query James McKinney