gerrit/gerrit-lucene
Dave Borowitz a44d8396e7 Lucene: close sub-indexes in parallel
The open and closed sub-indexes may each take a while to close as they
flush and commit writes. They are completely independent, so close
them in parallel, reusing the existing indexing executor, which
shouldn't be doing much else during shutdown.

Change-Id: I3c56a972d19c793e2b8601727c03b6e7bf53e77d
2013-06-24 17:02:19 -06:00
..
src/main/java/com/google/gerrit/lucene Lucene: close sub-indexes in parallel 2013-06-24 17:02:19 -06:00
BUCK BUCK: fix linking with Lucene 2013-06-19 09:15:22 -07:00