Hi, Since your data is well delimited, I'd suggest using CSV Updater, with the delimiter/ separator set to: *'~*' See: http://wiki.apache.org/solr/UpdateCSV#separator
Looks like you might also have to additionally split based on your second delimiter: *';'* See: http://wiki.apache.org/solr/UpdateCSV#split Regards, Aloke On Tue, Aug 20, 2013 at 2:54 PM, tamanjit.bin...@yahoo.co.in < tamanjit.bin...@yahoo.co.in> wrote: > Hi, > Try this: > http://wiki.apache.org/solr/DataImportHandler#FileDataSource > <http://wiki.apache.org/solr/DataImportHandler#FileDataSource> > and > http://wiki.apache.org/solr/DataImportHandler#httpds > <http://wiki.apache.org/solr/DataImportHandler#httpds> > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/convert-text-file-to-solr-document-where-delimiter-fields-are-fields-of-document-tp4085611p4085614.html > Sent from the Solr - User mailing list archive at Nabble.com. >