: My solrconfig file has following location for dataimport : : <lib dir="../../dist/" regex="apache-solr-dataimporthandler-\d.*\.jar" /> : And i have checked that apache-solr-dataimporthandler-3.3.0.jar file exist : in the dist folder at following path : C:\web\solr\example\lib\apache-solr-3.3.0\dist
where are you running solr from? unless it's something like C:\web\solr\example\lib\apache-solr-3.3.0\xxx\yyy\ that ../../dist/ isn't going to help you find it. if you look at the log messages when Solr starts up, it will list every dir it looks in and every jar it finds based on those <lib> directives and i think you'll see thta it's not finding the DIH jars using those expressions. PS: In the future, pelase ask questions about using solr on the solr-user@lucene mailing list. -Hoss