Re: Lucene 9.5.0 release

2023-01-25 Thread Luca Cavanna
Hi all, we made the changes that Adrien suggested above and addressed two recent test failures around vector queries. We should be good to go, I am going to start the release process now. On Mon, Jan 23, 2023 at 5:04 PM Michael Wechner wrote: > thanks :-) > > Am 23.01.23 um 12:31 schrieb

Re: Lucene 9.5.0 release

2023-01-23 Thread Michael Wechner
thanks :-) Am 23.01.23 um 12:31 schrieb Alessandro Benedetti: Yes Luca, doing it right now! For Michael, it's just few getters. Cheers -- *Alessandro Benedetti* Director @ Sease Ltd. /Apache Lucene/Solr Committer/ /Apache Solr PMC Member/ e-mail: a.benede...@sease.io/

Re: Lucene 9.5.0 release

2023-01-23 Thread Ishan Chattopadhyaya
I think it would be too close, and the API would also change (so it is not just a bugfix). I'll hold this off for the next release. Thanks! On Mon, Jan 23, 2023 at 6:59 PM Luca Cavanna wrote: > Hi Ishan, > thanks for asking, I am currently working on moving the byte vectors API > away from

Re: Lucene 9.5.0 release

2023-01-23 Thread Luca Cavanna
Hi Ishan, thanks for asking, I am currently working on moving the byte vectors API away from BytesRef like Adrien suggested. I would aim for cutting the branch tomorrow, would that work for you too? Cheers Luca On Mon, Jan 23, 2023 at 2:23 PM Ishan Chattopadhyaya < ichattopadhy...@gmail.com>

Re: Lucene 9.5.0 release

2023-01-23 Thread Ishan Chattopadhyaya
Hi Luca, Thanks for volunteering. Approximately, when do you plan to cut the release branch? If there's time, can I include https://issues.apache.org/jira/browse/LUCENE-9302 for 9.5 still? It is not merged yet. Thanks, Ishan On Mon, Jan 23, 2023 at 5:31 PM Alessandro Benedetti wrote: > Done on

Re: Lucene 9.5.0 release

2023-01-23 Thread Alessandro Benedetti
Done on main and cherry-picked on 9.x, thanks Luca for your patience! -- *Alessandro Benedetti* Director @ Sease Ltd. *Apache Lucene/Solr Committer* *Apache Solr PMC Member* e-mail: a.benede...@sease.io *Sease* - Information Retrieval Applied Consulting | Training | Open

Re: Lucene 9.5.0 release

2023-01-23 Thread Alessandro Benedetti
Yes Luca, doing it right now! For Michael, it's just few getters. Cheers -- *Alessandro Benedetti* Director @ Sease Ltd. *Apache Lucene/Solr Committer* *Apache Solr PMC Member* e-mail: a.benede...@sease.io *Sease* - Information Retrieval Applied Consulting | Training |

Re: Lucene 9.5.0 release

2023-01-23 Thread Adrien Grand
We did a major cleanup to the vector API in 9.5 but there are a few things that still annoy me a bit that are worth fixing in my opinion: - VectorValues, the API for float vectors, still exposes a binaryValue() API. We should remove it and only expose floats in the API? - Byte vectors should be

Re: Lucene 9.5.0 release

2023-01-23 Thread Luca Cavanna
Hi all, I meant to start the release today and I see this PR is not merged yet: https://github.com/apache/lucene/pull/12029 . Alessandro, do you still plan on merging it shortly? Thanks Luca On Sat, Jan 21, 2023 at 11:41 AM Michael Wechner wrote: > I tried to understand the issue described on

Re: Lucene 9.5.0 release

2023-01-21 Thread Michael Wechner
I tried to understand the issue described on github, but unfortunately do not really understand it. Can you explain a little more? Thanks Michael Am 21.01.23 um 11:00 schrieb Alessandro Benedetti: Hi, this would be nice to have in 9.5 : https://github.com/apache/lucene/issues/12099 It's

Re: Lucene 9.5.0 release

2023-01-21 Thread Alessandro Benedetti
Hi, this would be nice to have in 9.5 : https://github.com/apache/lucene/issues/12099 It's a minor (adding getters to KnnQuery) but can be beneficial in Apache Solr as soon as possible. Planning to merge in a few hours if no objections. -- *Alessandro Benedetti* Director @

Re: Lucene 9.5.0 release

2023-01-19 Thread Luca Cavanna
Thanks Robert for the help with the github milestone. I am planning on cutting the release branch on Monday if there are no objections. Cheers Luca On Tue, Jan 17, 2023 at 7:08 PM Robert Muir wrote: > +1 to release, thank you for volunteering to be RM! > > I went thru 9.5 section of

Re: Lucene 9.5.0 release

2023-01-17 Thread Robert Muir
+1 to release, thank you for volunteering to be RM! I went thru 9.5 section of CHANGES.txt and tagged all the GH issues in there with milestone too, if they didn't already have it. It looks even bigger now. On Fri, Jan 13, 2023 at 4:54 AM Luca Cavanna wrote: > > Hi all, > I'd like to propose

Re: Lucene 9.5.0 release

2023-01-17 Thread Karl Wright
+1 from me. On Tue, Jan 17, 2023 at 11:32 AM Uwe Schindler wrote: > +1 > > Am 13.01.2023 um 10:54 schrieb Luca Cavanna: > > Hi all, > > I'd like to propose that we release Lucene 9.5.0. There is a decent > > amount of changes that would go into it looking at the github > > milestone:

Re: Lucene 9.5.0 release

2023-01-17 Thread Uwe Schindler
+1 Am 13.01.2023 um 10:54 schrieb Luca Cavanna: Hi all, I'd like to propose that we release Lucene 9.5.0. There is a decent amount of changes that would go into it looking at the github milestone: https://github.com/apache/lucene/milestone/4 . I'd volunteer to be the release manager. There

Re: Lucene 9.5.0 release

2023-01-16 Thread Bruno Roustant
+1 Thanks Luca! Le lun. 16 janv. 2023 à 16:04, Ignacio Vera a écrit : > +1 > > On Mon, Jan 16, 2023 at 12:58 PM Alan Woodward > wrote: > >> +1, thanks Luca! >> >> On 13 Jan 2023, at 09:54, Luca Cavanna wrote: >> >> Hi all, >> I'd like to propose that we release Lucene 9.5.0. There is a decent

Re: Lucene 9.5.0 release

2023-01-16 Thread Ignacio Vera
+1 On Mon, Jan 16, 2023 at 12:58 PM Alan Woodward wrote: > +1, thanks Luca! > > On 13 Jan 2023, at 09:54, Luca Cavanna wrote: > > Hi all, > I'd like to propose that we release Lucene 9.5.0. There is a decent amount > of changes that would go into it looking at the github milestone: >

Re: Lucene 9.5.0 release

2023-01-16 Thread Alan Woodward
+1, thanks Luca! > On 13 Jan 2023, at 09:54, Luca Cavanna > wrote: > > Hi all, > I'd like to propose that we release Lucene 9.5.0. There is a decent amount of > changes that would go into it looking at the github milestone: >

Re: Lucene 9.5.0 release

2023-01-13 Thread Adrien Grand
+1 to doing a 9.5 release, it's overdue Le ven. 13 janv. 2023, 10:54, Luca Cavanna a écrit : > Hi all, > I'd like to propose that we release Lucene 9.5.0. There is a decent amount > of changes that would go into it looking at the github milestone: > https://github.com/apache/lucene/milestone/4

Lucene 9.5.0 release

2023-01-13 Thread Luca Cavanna
Hi all, I'd like to propose that we release Lucene 9.5.0. There is a decent amount of changes that would go into it looking at the github milestone: https://github.com/apache/lucene/milestone/4 . I'd volunteer to be the release manager. There is one PR open listed for the 9.5 milestone: