IndexingActionForm form = (IndexingActionForm) actionForm;
AdminBean adminBean = getAdminBean(request);
Site site = adminBean.getSite();
IndexerWorker worker = new IndexerWorker(site.getSiteId());
worker.start();
// Make sure it has a chance to start before returning to screen
Thread.sleep(2000);
initInfo(form, site, request);