+1 to release.

I ran my usual smoke test, indexing first 100K Wikipedia docs, running a
couple queries, force merging down to one segment and running them again.

I discovered in this process that IndexWriter.getReader() had been removed
and tracked down the change that did that (it's good, thanks Dawid!) :)

I did hit one wrinkle during installation -- JCC was not built with a
shared lib by default, and poking around in setup.py, I found that it had
detected with_modern_setuptools = False, which was odd since I'm using
Python 3.10.2 (and JDK 17 on Arch Linux).  I tried "pip3 install
setuptools" but it was already up to date.  Then I edited setup.py and
"hardwired" the with_modern_setuptools to True, and then everything
installed fine.  Maybe I did something silly wrong in editing setup.py /
Makefile, so I don't think this has to block release ...

Mike McCandless

http://blog.mikemccandless.com


On Mon, Apr 25, 2022 at 8:20 AM Nelia Vb <nelia...@gmail.com> wrote:

> +1
>
> > On 22 Apr 2022, at 23:51, Andi Vajda <va...@apache.org> wrote:
> >
> >
> > The PyLucene 9.1.0 (rc4) release tracking last month's release of
> > Apache Lucene 9.1.0 is ready.
> >
> > A release candidate is available from:
> >   https://dist.apache.org/repos/dist/dev/lucene/pylucene/9.1.0-rc4/
> >
> > PyLucene 9.1.0 is built with JCC 3.12, included in these release
> artifacts.
> >
> > JCC 3.12 supports Python 3.3 up to Python 3.9 (in addition to Python
> 2.3+).
> > PyLucene may be built with Python 2 or Python 3.
> >
> > Please vote to release these artifacts as PyLucene 9.1.0.
> > Anyone interested in this release can and should vote !
> >
> > Thanks !
> >
> > Andi..
> >
> > ps: the KEYS file for PyLucene release signing is at:
> > https://dist.apache.org/repos/dist/release/lucene/pylucene/KEYS
> > https://dist.apache.org/repos/dist/dev/lucene/pylucene/KEYS
> >
> > pps: here is my +1
>
>

Reply via email to