On Mar 11, 2009, at 6:07 AM, con wrote:
But how can i redirect solr to a seperate lib directrory that is outside of
the solr.home

Is this possible in solr 1.3

I don't believe it is possible (but please correct me if I'm wrong). From SolrResourceLoader:

    log.info("Solr home set to '" + this.instanceDir + "'");
this.classLoader = createClassLoader(new File(this.instanceDir + "lib/"), parent);

So only a lib/ under Solr home directory is used. It would be a nice enhancement to Solr to have this more configurable, including a list of directories to use.

        Erik

Reply via email to