I did this:

 $(document).ready(function(){


$.getJSON("http://[remotehost]:8983/solr/select/?q=diamond&wt=json&json.wrf=?";,
function(result){

 alert("hello" + result.response.docs[0].name);
});
});


But i am not getting any result, what i did wrong ??

-----
Thanks & Regards
Romi
--
View this message in context: 
http://lucene.472066.n3.nabble.com/how-to-request-for-Json-object-tp3014138p3014792.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to