getRelocatingShards() public method

Gets the number of relocating shards.
public getRelocatingShards ( ) : integer
return integer
 public function testGetRelocatingShards()
 {
     $this->assertEquals(5, $this->_index->getRelocatingShards());
 }