Re: Is there any plugin/tool to import data from Excel to Solr

2012-12-07 Thread Alexandre Rafalovitch
Also, CSV importer can handle tab-separated records. That could be slightly nicer than coma-separated CSV. Regards, Alex. Personal blog: http://blog.outerthoughts.com/ LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch - Time is the quality of nature that keeps events from happening all

Re: Is there any plugin/tool to import data from Excel to Solr

2012-12-06 Thread Gora Mohanty
On 7 December 2012 12:30, Zeng Lames wrote: > Hi, > > wanna to know is there any plugin / tool to import data from Excel to Solr. [...] You could export to CSV from Excel, and import the CSV into Solr: http://wiki.apache.org/solr/UpdateCSV Regards, Gora