On Jan 25, 2013, at 3:15 PM, davers <dboych...@improvementdirect.com> wrote:
> I am using the coreadmin to assign nodes to the cluster. How can I tell the > collection how many shards it has without using the collections api or > boostrapping > On the first CoreAdmin API call that creates a core, pass the numShards param. The CoreAdmin API works with it. You can pass it for every call, but the first call is the critical one. - Mark