On Wed, Apr 1, 2009 at 9:47 PM, Alex Vu <alex.v...@gmail.com> wrote: > Hello, > > I am new to Solr. I looked at getting started document. Can somebody show > me how to index text file. I've tried other method, it just takes too much > time. > > I am aware that Solr take XML files. I'm trying to find the > *quickiest*method to index text, binary, or pcap file. Preferably, > text file. >
One quick method is to use CSV files. Look at http://wiki.apache.org/solr/UpdateCSV -- Regards, Shalin Shekhar Mangar.