コード例 #1
0
ファイル: Proxy.php プロジェクト: abdulhadikaryana/kebudayaan
 /**
  * Returns true if any documents have been deleted from this index.
  *
  * @return boolean
  */
 public function hasDeletions()
 {
     return $this->_index->hasDeletions();
 }