Re: pylucene on Ubuntu 18.04

2018-05-30 Thread Jeff Breidenbach
> JCC monkeypatches as needed. I don't think monkey patching worked on Ubuntu 18.04, for any version of JCC that I tried. When running make, I ran into errors discussing how JCC was not built with shared support. > Does Lucene 4 even build and run with Java 11 ? No idea. I halted my efforts

Re: pylucene on Ubuntu 18.04

2018-05-30 Thread Andi Vajda
> On May 29, 2018, at 22:26, Jeff Breidenbach wrote: > > I'd previously been using 4.9.0. Making a huge jump in release numbers is > scary. Will it invalidate existing indexes? Yes, Lucene N (where N is a major release) only supports N, N - 1 indexes and maybe (?) N - 2 read only (unsure).

Re: pylucene on Ubuntu 18.04

2018-05-29 Thread Jeff Breidenbach
I'd previously been using 4.9.0. Making a huge jump in release numbers is scary. Will it invalidate existing indexes? Has the Lucene API changed a lot? Will I be forced to migrate to python 3? That said, I was desperate and tried all the official releases (4.10.1, 6.2.0, 6.4.1, 6.5.0). It just so

Re: pylucene on Ubuntu 18.04

2018-05-29 Thread Andi Vajda
On Mon, 28 May 2018, Jeff Breidenbach wrote: Hi Andi, I am happy to report that I just got 4.10.1 working, using some extreme measures. Whew. Will give a clearer report after getting some sleep. But I ask again, why the old release ? Andi.. Jeff

Re: pylucene on Ubuntu 18.04

2018-05-29 Thread Jeff Breidenbach
Hi Andi, I am happy to report that I just got 4.10.1 working, using some extreme measures. Whew. Will give a clearer report after getting some sleep. Jeff

Re: pylucene on Ubuntu 18.04

2018-05-29 Thread Andi Vajda
Hi Jeff, On Mon, 28 May 2018, Jeff Breidenbach wrote: To be a little more specific, here's what happens with version 4.9.0 which I've had good luck with in the past. The system contains the following shared libraries. Why are you using such an old release ? I'm afraid that old release is

Re: pylucene on Ubuntu 18.04

2018-05-28 Thread Jeff Breidenbach
And for what it is worth, python-setuptools claims to be version 39.0.1. I've probably spent about 10 to 12 hours trying to get something to work. It is not clear to me if it needs patching to not.

Re: pylucene on Ubuntu 18.04

2018-05-28 Thread Jeff Breidenbach
To be a little more specific, here's what happens with version 4.9.0 which I've had good luck with in the past. The system contains the following shared libraries. /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/libjvm.so /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libjava.so It looks

pylucene on Ubuntu 18.04

2018-05-28 Thread Jeff Breidenbach
I'm having all sorts of trouble getting PyLucene to run on Ubuntu 18.04, which has openjdk-8, openjdk-11, python 2.7.15. Has anyone had success, and if so, with which version of pylucene? Thanks, Jeff