Class AbstractLuceneIndexerAndSearcherFactory.LuceneIndexBackupJob

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String KEY_LUCENE_INDEX_BACKUP_COMPONENT
      KEY_LUCENE_INDEX_BACKUP_COMPONENT = 'luceneIndexBackupComponent'
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(org.quartz.JobExecutionContext context)
      Locks the Lucene indexes and copies them to a backup location
      • Methods inherited from class java.lang.Object

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

      • KEY_LUCENE_INDEX_BACKUP_COMPONENT

        public static final java.lang.String KEY_LUCENE_INDEX_BACKUP_COMPONENT
        KEY_LUCENE_INDEX_BACKUP_COMPONENT = 'luceneIndexBackupComponent'
        See Also:
        Constant Field Values
    • Constructor Detail

      • LuceneIndexBackupJob

        public LuceneIndexBackupJob()
    • Method Detail

      • execute

        public void execute​(org.quartz.JobExecutionContext context)
                     throws org.quartz.JobExecutionException
        Locks the Lucene indexes and copies them to a backup location
        Specified by:
        execute in interface org.quartz.Job
        Throws:
        org.quartz.JobExecutionException