I have solr 3.6.2 installed on my machine, perfectly running with tomcat. I want to index a wikipedia dump file using solr. How do I do this using DataImportHandler? Any ot
Simple post is not the right way to index Wikipedia. You need to look into using DataImportHandler instead. DIH supports streaming import.