refreshAll() public method

Refreshes all search indices.
public refreshAll ( ) : Response
return Response Response object
コード例 #1
0
 private function commit()
 {
     if ($this->hasBulk()) {
         $this->flushBulk();
         $this->client->refreshAll();
     }
 }