7677787980818283848586
if (scheduler != null) { indexqueue = (IndexQueueExecutor)scheduler.getExecutor("IndexQueue"); if (indexqueue != null) { indexqueue.customQueueAction(new IndexQueueAction() { public void performAction() { performReindex(listener); } });