You must add to your Solrconfig.xml: *<luceneMatchVersion>LUCENE_33</luceneMatchVersion>* <lib dir="../../../dist/" regex="apache-solr-dataimporthandler-\d.*\.jar" />
Okay, you put the second code line at your schema, but you need to map your /dist directory. For example: If you are using muticores C:\solr\example\multicores\core01\conf\ You should do ../../../ to reach /dist directory But if you using a simple core C:\solr\example\core\conf\ Just do ../../ to reach /dist directory btw <lib dir=""> is the /conf dir. Regards, Celso http://www.dosolr.com.br www.dosolr.com.br -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-DataImportHandler-not-found-tp3224817p3302696.html Sent from the Lucene - General mailing list archive at Nabble.com.