Hi Luis 
I tried sending an array too, but no luck
This is how the request looks like.
$.ajax({
        url: "http://192.168.10.113:8080/solr/update/json?commit=true";,    
        type: "POST",
        contentType: "application/json; charset=utf-8",
        data: [ { "id": "222222", "name": "Seattle seahawks"} ],
        dataType: 'jsonp',
        crossDomain: true,
        jsonp: 'json.wrf'
 });



--
View this message in context: 
http://lucene.472066.n3.nabble.com/index-solr-using-jquery-AJAX-tp4017490p4017822.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to