public function indexAction()
 {
     $f = new Opus_DocumentFinder();
     $f->setServerState('published');
     $this->view->years = $f->groupedServerYearPublished();
     sort($this->view->years);
     $this->view->ids = array();
 }