Hi,
I am try to implement solr cloud with version 6.2.1 but I have a problem that I
can’t compile solr source code to write custom plugin for solr. I just this
command for remote debug "java -Xdebug
-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8080 -jar “ but it
doesn’t work. Help
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 wrote:
> The eas
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 l