示例#1
0
 /**
  * Close current index and free resources
  *
  * Should be invoked only just before destruction.
  *
  * @internal
  */
 public function close()
 {
     $this->_index->close();
     $this->_index = null;
 }