Re: Upload/use a plugin JAR in ZooKeeper

2019-07-19 Thread Noble Paul
are you interested in this SOLR-13534: Dynamic loading to support loading jars from a URL https://issues.apache.org/jira/browse/SOLR-13534 On Fri, Jul 19, 2019 at 12:18 PM Richard Walker wrote: > > On 19 Jul 2019, at 12:02 pm, Chee Yee Lim wrote: > > Not sure if this is the recommended way,

Re: Upload/use a plugin JAR in ZooKeeper

2019-07-18 Thread Richard Walker
On 19 Jul 2019, at 12:02 pm, Chee Yee Lim wrote: > Not sure if this is the recommended way, but I managed to use plugin JARs > with Solr Cloud. > > Either include the absolute path to JAR in solrconfig.xml, or put the JAR > in a "lib" folder relative to your instanceDir. See the following text

Re: Upload/use a plugin JAR in ZooKeeper

2019-07-18 Thread Chee Yee Lim
Not sure if this is the recommended way, but I managed to use plugin JARs with Solr Cloud. Either include the absolute path to JAR in solrconfig.xml, or put the JAR in a "lib" folder relative to your instanceDir. See the following text from solrconfig.xml. If a "./lib" directory exists in your

Re: Upload/use a plugin JAR in ZooKeeper

2019-07-18 Thread Richard Walker
On 16 Jul 2019, at 4:14 pm, Richard Walker wrote: > ... > > To be specific, I'm trying to use this idea: > > "Resources and plugins may be stored: > • in ZooKeeper under a collection’s configset node (SolrCloud only);" > > ... > > So far, so good. But now how do I refer to the JAR in

Upload/use a plugin JAR in ZooKeeper

2019-07-16 Thread Richard Walker
Hi, I'm trying to use a plugin JAR containing a custom query parser. I've been able to get this to work the "simple" way, by putting the JAR in the file system, and specifying basic values in solrconfig.xml. No problem doing it this way. But I'm running in SolrCloud mode and I'd like to