Hello Team I have Solr cloud 5.4.1 set up having a collection with 4 shards & replication factor of 2 If i run a solr query with facet on a field & fact.limit as 1000 and rows=0 how many java objects corresponding to facet gets created in each shard for following scenario 1) If total no of unique terms for the facet field in question for the above query is 5000 2) If total no of unique terms for the facet field in question for the above query is 100
Regards Vijay