Hi, I would like to find out, is there any way that I can send a single query to retrieve the numFound for all the individual collections?
I have tried with this query http://localhost:8983/solr/collection1/select?q=*:*&collection=collection1,collection2 However, this query is doing the sum of all the collections, instead of showing the count for each of the collection. I am using Solr 7.5.0. Regards, Edwin