First thing is that your raw log files solr can not understand. Solr needs data according to schema defined And also solr does not know your log file format .
So you have to write a parser program that will parse your log files into a existing solr writable formats .Then you can be able to index that data. ----- Grijesh -- View this message in context: http://lucene.472066.n3.nabble.com/Input-raw-log-file-tp2210043p2239548.html Sent from the Solr - User mailing list archive at Nabble.com.