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, bu
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 fr
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 in
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 solrconfi
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 t