Sandeep,
did you check that this handler is defined in your solrconfig?
Otherwise it will not work, and you'll get an HTTP 404
Regards
Stefan
Am 02.07.2011 17:15, schrieb sandeep:
post.jar is used to post xml files. You can use curl to feed csv.
http://wiki.apache.org/solr/UpdateCSV
I tried using curl as well to post the CSV data using following command.
curl http://localhost:8983/solr/core0/update/csv --data-binary @books.csv -H
'Content-type:text/plain;charset=utf-8'
It errors out saying problem accessing "/solr/core0/update/csv".
"<body>
HTTP ERROR 404
<p>Problem accessing /solr/core0/update/csv. Reason:
<pre> NOT_FOUND</pre></p><hr />/<small>Powered by Jetty://</small>/<br/>"
--
View this message in context:
http://lucene.472066.n3.nabble.com/Indexing-CSV-data-in-Multicore-setup-tp3131252p3132350.html
Sent from the Solr - User mailing list archive at Nabble.com.