예제 #1
0
 /**
  * Returns true if any documents have been deleted from this index.
  *
  * @return boolean
  */
 public function hasDeletions()
 {
     return $this->_index->hasDeletions();
 }