Koushik,
You didn't say much about how you are doing the extraction. Note that Solr
doesn't do any extraction from spreadsheets, even though it has a component
(known as Solr Cell) to provide that interface. The actual extraction is done
by a tool called Tika, or more precisely, POI, both of
How are you indexing it? A sample of the CSV file would be helpful.
Note that while the CSV update handler is very convenient and very
fast, it also doesn't have much in the way of data massaging/
transformation - so it might require you pre-format the data for Solr
ingestion, or have a p