@DisallowConcurrentExecution
public class RebuildIndexJob
extends java.lang.Object
implements org.quartz.Job
Job to rebuild the Lucene index after running a
clean up.| Constructor and Description |
|---|
RebuildIndexJob() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.quartz.JobExecutionContext context)
Call the
ServiceProvider of the current
ImplementationProvider
and rebuild the index |
public void execute(org.quartz.JobExecutionContext context)
throws org.quartz.JobExecutionException
Call the ServiceProvider of the current
ImplementationProvider
and rebuild the index
execute in interface org.quartz.Joborg.quartz.JobExecutionException