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