Re: [VOTE] Release PyLucene 9.12.0-rc1

2024-10-11 Thread Andi Vajda
On Fri, 11 Oct 2024, Andi Vajda wrote: Onto releasing this rc as PyLucene 9.12.0. Done: https://www.apache.org/dyn/closer.lua/lucene/pylucene/ Andi..

Re: [VOTE] Release PyLucene 9.12.0-rc1

2024-10-11 Thread Andi Vajda
Hi all, This vote has been open for more than 72h and received a bunch of +1 votes, among which 3 PMC +1s and has thus passed ! Thank you all who voted ! Onto releasing this rc as PyLucene 9.12.0. Andi.. On Sat, 5 Oct 2024, Andi Vajda wrote: The PyLucene 9.12.0 (rc1) release tracking t

Re: [VOTE] Release PyLucene 9.12.0-rc1

2024-10-07 Thread Bart Moelans
aat 35 - 2000 Antwerpen - België bart.moel...@uantwerpen.be T +32 486 78 01 85 [phgdtZ4L+dRbHxpMAR8wBJRU5ErkJggg==] From: Andi Vajda Date: Sunday, 6 October 2024 at 02:48 To: pylucene-dev@lucene.apache.org Cc: priv...@lucene.apache.org Subject: [VOTE] Release PyLucene 9.12.0-rc1 CAUTION: This

Re: [VOTE] Release PyLucene 9.12.0-rc1

2024-10-07 Thread Adrien Grand
Hi Jeff, Yes: Lucene supports reading and writing indexes that have been created by the current or previous _major_ version. Said otherwise, if you create an index with version N.x, you will need to reindex when moving to N+2. For instance, Lucene 9.12 supports reading and writing to Lucene 8.x an

Re: [VOTE] Release PyLucene 9.12.0-rc1

2024-10-06 Thread Dawid Weiss
+1. Thank you, Andi! Dawid On Sun, Oct 6, 2024 at 2:48 AM Andi Vajda wrote: > > The PyLucene 9.12.0 (rc1) release tracking the recent release of > Apache Lucene 9.12.0 is ready. > > A release candidate is available from: > https://dist.apache.org/repos/dist/dev/lucene/pylucene/9.12.0-rc1/ >

Re: [VOTE] Release PyLucene 9.12.0-rc1

2024-10-06 Thread Michael McCandless
+1 I ran my usual smoke test: index the first 100K Wikipedia English docs, force merge to one segment, and run a couple searches. Thanks Andi! Mike McCandless http://blog.mikemccandless.com On Sat, Oct 5, 2024 at 10:10 PM Laurent Jakubina wrote: > +1 > > Le sam. 5 oct. 2024 à 21:40, Andi Va

Re: [VOTE] Release PyLucene 9.12.0-rc1

2024-10-05 Thread Laurent Jakubina
+1 Le sam. 5 oct. 2024 à 21:40, Andi Vajda a écrit : > > On Sat, 5 Oct 2024, Jeff Breidenbach wrote: > > > +1 > > Thanks ! > > > Side question: is it easy to tell from the version numbers when > reindexing > > is required? > > I think (?) Lucene offers backwards compatibility for one major relea

Re: [VOTE] Release PyLucene 9.12.0-rc1

2024-10-05 Thread Andi Vajda
On Sat, 5 Oct 2024, Jeff Breidenbach wrote: +1 Thanks ! Side question: is it easy to tell from the version numbers when reindexing is required? I think (?) Lucene offers backwards compatibility for one major release back. With Lucene 9 you can read down to Lucene 8 indexes, for example.

Re: [VOTE] Release PyLucene 9.12.0-rc1

2024-10-05 Thread Jeff Breidenbach
+1 Side question: is it easy to tell from the version numbers when reindexing is required? On Sat, Oct 5, 2024, 5:48 PM Andi Vajda wrote: > > The PyLucene 9.12.0 (rc1) release tracking the recent release of > Apache Lucene 9.12.0 is ready. > > A release candidate is available from: > https:

[VOTE] Release PyLucene 9.12.0-rc1

2024-10-05 Thread Andi Vajda
The PyLucene 9.12.0 (rc1) release tracking the recent release of Apache Lucene 9.12.0 is ready. A release candidate is available from: https://dist.apache.org/repos/dist/dev/lucene/pylucene/9.12.0-rc1/ PyLucene 9.12.0 is built with JCC 3.14, included in these release artifacts. JCC 3.14 su