/** * Set index format version. * Index is converted to this format at the nearest upfdate time * * @param int $formatVersion * @throws Zend_Search_Lucene_Exception */ public function setFormatVersion($formatVersion) { $this->_index->setFormatVersion($formatVersion); }