/**
  * 
  * TODO implementation needed OPUSVIER-2955
  */
 public function checkfulltextsAction()
 {
     if (!$this->model->getFeatureDisabled() && $this->getRequest()->isPost()) {
         // add a job
     }
     return $this->_redirectToAndExit('index');
 }
 public function testSubmitJobAndExecuteSynchronosly()
 {
     $model = new Admin_Model_IndexMaintenance();
     $id = $model->createJob();
     $this->assertFalse($id);
 }