Class RebuildIndexJob

  • All Implemented Interfaces:
    org.quartz.Job

    @DisallowConcurrentExecution
    public class RebuildIndexJob
    extends java.lang.Object
    implements org.quartz.Job
    Class to define the Job to rebuild the Lucene index after running a clean up.
    • Constructor Summary

      Constructors 
      Constructor Description
      RebuildIndexJob()  
    • Method Summary

      Modifier and Type Method Description
      void execute​(org.quartz.JobExecutionContext context)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RebuildIndexJob

        public RebuildIndexJob()
    • Method Detail

      • execute

        public void execute​(org.quartz.JobExecutionContext context)
                     throws org.quartz.JobExecutionException

        Call the ServiceProvider of the current ImplementationProvider and rebuild the index

        Specified by:
        execute in interface org.quartz.Job
        Throws:
        org.quartz.JobExecutionException