You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@lucene.apache.org by celso <et...@gmail.com> on 2011/09/01 23:59:44 UTC

Re: Solr DataImportHandler not found

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.