I really don’t understand the question. If you’ve created a new collection, 
presumably it’s got a different name, correct? So you need to send some 
documents to that collection and then query it for it to “do any work”.

I.e. 
http://localhost:8983/solr/original_collection/update….
http://localhost:8983/solr/original_collection/query….

.vs.
http://localhost:8983/solr/new_collection/update…..
http://localhost:8983/solr/new_collection/query….


> On Oct 31, 2019, at 4:36 AM, Pranaya Behera <behera.pran...@gmail.com> wrote:
> 
> Hi,
>     I have one node started with solrcloud. I have created one collection
> with the default configsets. When I am creating another node joining the
> same cluster i.e. zookeeper chroot, is there any way to create the
> collection ? Currently it is just sitting idle, not doing any work.
> In the documentation it is not mentioned about this. Only replicas and
> shards.
> While a new node joins the cluster, is there a way to propagate the
> collection creation and later all the shards/replicas being created
> accordingly?
> 
> -- 
> Thanks & Regards
> Pranaya PR Behera

Reply via email to