示例#1
0
 /**
  * Undeletes all documents currently marked as deleted in this index.
  */
 public function undeleteAll()
 {
     return $this->_index->undeleteAll();
 }