Loading Solr Analyzer from RuntimeLib Blob

2016-02-04 Thread Ravikant
Hi, Did you find a solution to your problem? We are also having similar problem. We tried with ‘sharedLib’ attribute but to no avail so far. -Ravi

Re: Loading Solr Analyzer from RuntimeLib Blob

2015-09-10 Thread Shalin Shekhar Mangar
That is a current limitation of the blob store API. It can only be used to load plugins in solrconfig.xml. It does not support loading schema plugins such as analyzers, tokenizers. Can you open an issue? On Fri, Sep 11, 2015 at 9:24 AM, Steve Davids wrote: > Accidentally sent this on the java-use

Loading Solr Analyzer from RuntimeLib Blob

2015-09-10 Thread Steve Davids
Accidentally sent this on the java-users list instead of solr-users... Hi, I am attempting to migrate our deployment process over to using the recently added "Blob Store API" which should simplify things a bit when it comes to cloud infrastructures for us. Unfortunately, after loading the jar in