That is work on standalone cluster. and i think did not work in solrcloud mode. I created collection, name document but that actual collection doesn't exist. So, In the cloud mode, I am not sure where I have upload those lib.
On Thu, Nov 10, 2016 at 4:10 PM, Wunna Lwin <wunnal...@bindez.com> wrote: > The easiest way is to create a /lib directory under each solr node and > place the custom jar in it. But I think it doesn't get distributed over > cluster, so this approach requires jar to be placed manually on each node. > IIRC, it was recommended that such custom jar to be on disc than uploaded > to zookeeper. > Lets wait for experts thoughts and suggestions. > > > On Thu, Nov 10, 2016 at 1:40 AM, Wunna Lwin <wunnal...@bindez.com> wrote: > > > Hi, > > > > I just using solrCloud version 6.2.1 and everything is find but I would > > like to add some additional custom plugin into solrCloud. > > > > So, I upload my custom lib using Blob api and create requestHandler and > > components using config api into .system collection. But config api didn't > > load my custom lib when I use custom lib. > > > > Is there any specific documents to upload custom lib? > > I also want to know different between Blob api and Config api. > > > > Also the last question is I create .system collection and upload custom lib > > to that collection to share config files to all collections. Is this right > > way or should I upload explicit to main collection? > > > > Thanks > > Wunna > > > >