Hi all,
I've been contacted by someone from the hardware arena who wants to
understand which areas of Lucene could benefit from performance
acceleration, removal of bottlenecks etc. I've asked a few of the usual
suspects to no avail, so I'm putting out a wider call for anyone
(probably a comm
IndexSearcher searcher = new IndexSearcher(DirectoryReader.open(dir));
List leafReaderContextList =
searcher.getTopReaderContext().leaves();
for (LeafReaderContext leafReaderContext : leafReaderContextList)
{
long min = leafReaderContext.docBase;
long count = leafReaderContext