Check your csv file for extraneous data? The other thing to do is look at
your logs to see if more informative information is there.


THere's really very little info to go on here, you might review:
http://wiki.apache.org/solr/UsingMailingListshttp://wiki.apache.org/solr/UsingMailingLists

Best
Erick


On Tue, Jul 17, 2012 at 10:05 AM, gopes
<saraladevi.ramamoor...@gmail.com> wrote:
>
> 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