Re: Lucene 10.0 and 9.12 blockers

2024-09-04 Thread Michael McCandless
On Thu, Aug 29, 2024 at 5:15 AM Luca Cavanna wrote: > For Lucene 10.0, I have two topics to raise: > > 1. Remove the deprecated IndexSearcher#search(Query, Collector) in favour > of IndexSearcher#search(Query, CollectorManager) ( > https://github.com/apache/lucene/issues/12892): this involves re

Re: Lucene 10.0 and 9.12 blockers

2024-09-04 Thread Michael McCandless
On Sat, Aug 31, 2024 at 2:00 PM Shubham Chaudhary wrote: > Hi, regarding the 10.0 release, should we also consider > https://github.com/apache/lucene/pull/13328. It was planned for 10.0 ( > https://github.com/apache/lucene/issues/13207) and is waiting on review, > so I think it'll be good if we c

Re: Lucene 10.0 and 9.12 blockers

2024-09-04 Thread Ankur Goel
Hi Folks, For the Lucene 10.0 release, I'd like to draw attention to Lucene PR: 13572 . The PR implements vectorized dot-product computation over int8 vectors in native C code using SVE and Neon intrinsics on ARM platforms. Lucene's JMH benchmar