On 6/21/2013 8:53 AM, Elodie Sannier wrote:
> Unfortunately I cannot use the 4.3.0 version because I'm using solr.xml
> sharedLib which does not work in 4.3.0 (cf.
> https://issues.apache.org/jira/browse/SOLR-4791).

You have two options:

Download the 4.3.0 source code, patch it with the patch attached to
SOLR-4791, and recompile.  Alternatively, get the branch_4x code instead.

Move all your shared libraries into ${solr.solr.home}/lib and get rid of
your sharedLib config entirely.  This location is implicit.

If you do use that second option, you'll want to be aware of all the
things I found on SOLR-4852 with 4.4-SNAPSHOT.  In addition to the main
issue listed in the title, putting some jars in ${solr.solr.home}/lib
and some jars in the sharedLib location doesn't work.

https://issues.apache.org/jira/browse/SOLR-4852

Thanks,
Shawn

Reply via email to