Exemple #1
0
 /**
  * Get progress on the current search operation.
  *
  * @return float
  */
 protected function getSearchProgress()
 {
     $statResponse = $this->connector->stat();
     return (double) $statResponse->progress;
 }