lucene icon indicating copy to clipboard operation
lucene copied to clipboard

Update QueryUtils to use CollectorManager

Open harshavamsi opened this issue 5 months ago • 2 comments

Description

Relates to https://github.com/apache/lucene/issues/12892

We introduce a new SimpleCollectorWithLastReader class to help keep context of LastReader per thread. This way calling CollectorManager#reduce can work with an executor.

The diff makes it look big, but in reality we just wrap SimpleCollector inside a CollectorManager.

harshavamsi avatar Sep 10 '24 00:09 harshavamsi