Who can help my contact understand low level Lucene bottlenecks?

2021-04-29 Thread Charlie Hull
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

who can help?

2017-11-22 Thread wujun
IndexSearcher searcher = new IndexSearcher(DirectoryReader.open(dir)); List leafReaderContextList = searcher.getTopReaderContext().leaves(); for (LeafReaderContext leafReaderContext : leafReaderContextList) { long min = leafReaderContext.docBase; long count = leafReaderContext