refreshAll() 공개 메소드

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