コード例 #1
0
ファイル: aZendSearch.class.php プロジェクト: verenate/gri
 public static function optimizeLuceneIndex(Doctrine_Table $table)
 {
     $index = $table->getLuceneIndex();
     return $index->optimize();
 }