James Moger
2012-02-28 b938aeea1e892b9c95396ca0745ac2adb79ff78e
src/com/gitblit/LuceneExecutor.java
@@ -173,5 +173,13 @@
      } catch (Throwable t) {
         logger.error(MessageFormat.format("Lucene indexing failure for {0}", repositoryName), t);
      }
   }
   /**
    * Close all Lucene indexers.
    *
    */
   public void close() {
      LuceneUtils.close();
   }
}