public function __construct($path)
 {
     parent::__construct($path);
     sfLuceneStorageFilesystem::chmod($path, 0777);
 }