Re: Lib Directives in SolrConfig when using SolrCloud

2017-01-03 Thread Shawn Heisey
On 1/3/2017 8:29 AM, Bob Cook wrote: > Thanks Shawn. So I'm not insane! > > Is there a way to specify a "jar" load order? > I'm trying to use UIMA's concept mapper and it requires a particular load > order, otherwise it > doesn't instantiate and errors out. I was able to do this with the "lib" >

Re: Lib Directives in SolrConfig when using SolrCloud

2017-01-03 Thread Bob Cook
Thanks Shawn. So I'm not insane! Is there a way to specify a "jar" load order? I'm trying to use UIMA's concept mapper and it requires a particular load order, otherwise it doesn't instantiate and errors out. I was able to do this with the "lib" directives. Thanks again. Bob On Tue, Jan 3,

Re: Lib Directives in SolrConfig when using SolrCloud

2017-01-02 Thread Shawn Heisey
On 1/2/2017 7:07 PM, Bob Cook wrote: > I've create some custom plugin that I put in a lib directory at the > same level as the conf directory for the core which is loaded via the > lib directives in solrconfig.xml /solrdata/CoreName/conf > /solrdata/CoreName/lib /solrdata/CoreName/core.properties

Lib Directives in SolrConfig when using SolrCloud

2017-01-02 Thread Bob Cook
I've create some custom plugin that I put in a lib directory at the same level as the conf directory for the core which is loaded via the lib directives in solrconfig.xml /solrdata/CoreName/conf /solrdata/CoreName/lib /solrdata/CoreName/core.properties This works great when using Solr. But when