Re: How to load plugins with Solr 4.9 and SolrCloud

2017-01-03 Thread Shawn Heisey
On 1/3/2017 11:20 AM, Jake Gillespie wrote: > When running on a single server, I followed the instructions here > . In short, I placed the jar > in a directory on the server, added this directory using the sharedLib > attribute to solr.xml and then used the

RE: How to load plugins with Solr 4.9 and SolrCloud

2017-01-03 Thread Markus Jelsma
Hello - try dropping libs in SOLR_HOME/lib, this always works for us, regardless of local or cloud mode. Markus -Original message- > From:Jake Gillespie > Sent: Tuesday 3rd January 2017 19:22 > To: solr-user@lucene.apache.org > Subject: How to load plugins with

How to load plugins with Solr 4.9 and SolrCloud

2017-01-03 Thread Jake Gillespie
Hi everyone, I'm trying to load a custom plugin with Solr 4.9. I'm able to do this running Solr 4.9 on a single server but not when running as a cluster. I'm hoping for some advice on how best to move forward, whether it be configuring the current infrastructure correctly or upgrading Solr. When