525354555657585960616263
* Run the synchronization process. */ public void run() { try { LuceneIndexSynchronizer lis = new LuceneIndexSynchronizer(this.parameters); lis.syncronize(); } catch (Exception e) { LOGGER.log(Level.SEVERE, "Unknown error.", e); } }