コード例 #1
0
ファイル: Proxy.php プロジェクト: abdulhadikaryana/kebudayaan
 /**
  * Undeletes all documents currently marked as deleted in this index.
  */
 public function undeleteAll()
 {
     return $this->_index->undeleteAll();
 }