On Tue, Jul 7, 2009 at 8:41 AM, Anand Kumar Prabhakar<anand2...@gmail.com> wrote: > Is there any way so that we can read the data from the > CSV file and load it into the Solr database without using "/update/csv"
That *is* the right way to load a CSV file into Solr. How many records are in the CSV file, and how much heap are you giving the JVM? Try a small CSV file first to make sure that it's being parsed correctly... for example, do a head -1000 bigfile.csv > smallfile.csv Now upload that and inspect the documents by querying Solr to ensure that everything imported as expected. -Yonik http://www.lucidimagination.com