refreshAll() public méthode

Refreshes all search indices.
public refreshAll ( ) : Response
Résultat Response Response object
 private function commit()
 {
     if ($this->hasBulk()) {
         $this->flushBulk();
         $this->client->refreshAll();
     }
 }