Hi ,

I am trying to index data in csv format. But while indexing I get this
following message -

<body>
HTTP ERROR 404

<p>Problem accessing /solr/update/csv. Reason:
<pre>    NOT_FOUND</pre></p><hr />/<small>Powered by Jetty://</small>/<br/>

solrconfig.xml has the following entries for CSVRequestHandler
<requestHandler name="/update/csv" class="solr.CSVRequestHandler" 
startup="lazy">
<lst name="defaults">
<str name="separator">;</str>
<str name="header">true</str>
<str name="skip">publish_date</str>
<str name="encapsulator">"</str>
</lst>
</requestHandler>

Thanks,
Sarala

--
View this message in context: 
http://lucene.472066.n3.nabble.com/Indexing-data-in-csv-format-tp3995549.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to