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