solr - How to get number of documents by shard wise in solrcloud? -
i want number of shards along number of documents in each shard in solrcloud, there direct command these stats?
as of pull these stats each node ui takes long time. using solcloud5.2.
solr supports adding shards.info
in request numfound, score , time spent each shard when retrieving results.
that works manual sharding @ least, give try implicit sharding in solrcloud well!
Comments
Post a Comment