Re: SearchWithCollectorTask breaking changes

2024-08-26 Thread Luca Cavanna
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

SearchWithCollectorTask breaking changes

2024-07-30 Thread Luca Cavanna
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