getInitializingShards() public method

Gets the number of initializing shards.
public getInitializingShards ( ) : integer
return integer
 public function testGetInitializingShards()
 {
     $this->assertEquals(6, $this->_index->getInitializingShards());
 }