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