Not sure I understand the question. You have to specifically address the docs to a particular shard when indexing, so you should know already. Solr automagically distributes *queries* across shards (if you've configured your installation for it), but not docs during indexing.
If that makes no sense, could you add some details to your question? On Mon, Nov 14, 2011 at 11:50 AM, U Anonym <uano...@gmail.com> wrote: > Hello everyone, > > A newbie question: how do I find out how documents have been indexed > across all shards? > > Thanks much! >