Re: solr indexing using jquery AJAX

2012-11-01 Thread amit
ot working. -- View this message in context: http://lucene.472066.n3.nabble.com/solr-indexing-using-jquery-AJAX-tp4017029p4017499.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: solr indexing using jquery AJAX

2012-10-30 Thread Michael Della Bitta
Also I believe you have to set the MIME type on your post. You might want to refer to the server side logs to see what Solr is saying about your request. There likely will be a descriptive error there. Michael Della Bitta Appinions 18 East 41st St

Re: solr indexing using jquery AJAX

2012-10-30 Thread Gora Mohanty
On 30 October 2012 20:16, Amit Mallik wrote: > Hi I am trying to index using AJAX basically jquery. > Below is my code > try { > $.ajax({ > type: "POST", > url: > "http://myserver:8080/solr/update?commit=true";

solr indexing using jquery AJAX

2012-10-30 Thread Amit Mallik
Hi I am trying to index using AJAX basically jquery. Below is my code try { $.ajax({ type: "POST", url: "http://myserver:8080/solr/update?commit=true";, data: "20name=name>trailblazers", contentType: "text/xml",