Hey all,
hearing no objections, I am going to get
https://github.com/apache/lucene/pull/13602 in soon.
Cheers
Luca
On Tue, Jul 30, 2024 at 11:20 AM Luca Cavanna wrote:
> Hi all,
> I've been working to remove leftover usages of the deprecated
> search(Query,Collector) method. Some adjustments
Hi all,
I've been working to remove leftover usages of the deprecated
search(Query,Collector) method. Some adjustments are needed in ReadTask as
well as SearchWithCollectorTask. I made the changes in
https://github.com/apache/lucene/pull/13602 . I could use a review from
somebody who is familiar wi