Re: Error uploading csv/json from exampledocs folder

2014-05-27 Thread Alexandre Rafalovitch
You are missing the content type, so your CSV/JSON is being (mis-)treated as XML. If you run "java -jar post.jar -h", you will see the correct usage example: *) java -Dtype=text/csv -jar post.jar *.csv *) java -Dtype=text/csv -jar post.jar *.csv You could also try: *) java -Dtype=text/csv -jar po

Re: Error uploading csv/json from exampledocs folder

2014-05-27 Thread Mukundaraman valakumaresan
Yes I am using post .jar java -jar post.jar *.csv java -jar post.jar *.json On Tue, May 27, 2014 at 1:17 PM, Alexandre Rafalovitch wrote: > What's the command line you are using? Or a sequence of steps if you > are not using post.jar. > > Regards, >Alex. > Personal website: http://www.outer

Re: Error uploading csv/json from exampledocs folder

2014-05-27 Thread Alexandre Rafalovitch
What's the command line you are using? Or a sequence of steps if you are not using post.jar. Regards, Alex. Personal website: http://www.outerthoughts.com/ Current project: http://www.solr-start.com/ - Accelerating your Solr proficiency On Tue, May 27, 2014 at 2:34 PM, Mukundaraman valakumare

Error uploading csv/json from exampledocs folder

2014-05-27 Thread Mukundaraman valakumaresan
Hi I am using solr version 4.8. When I uploaded the csv and json provided in the example docs folder. I am getting a 400 response and the following exception Could be a bug... 7955 [searcherExecutor-5-thread-1] INFO org.apache.solr.core.SolrCore – QuerySenderListener sending requests to Search