rebuild() public method

Rebuild the index $indexName
public rebuild ( string $indexName )
$indexName string
 public function testRebuildIndex()
 {
     $query = new Query();
     $query->rebuild('*');
     $this->assertHttpStatus(200, $this->doQuery($query));
 }