Hi Erick,

Thank you for your reply.

I am using the a csv file like this 
id;name;isbn;description;publish_date
1;Solr cookbook;ABC123456;"Solr Cookbook";2011-06
2;Some book 1;JHDS871281;"Some book";2010-01
3;Some book 2;9182KSC98;"Another book";2010-02
 and i have  a the following  entries in the solrconfig.xml

 <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



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

Reply via email to