Re: PyLucene 4.8.0 - 'make install' with 'root=' missing a couple of files

2014-05-30 Thread Eduard Rozenberg
Hello Andi, Thanks for your note. It took quite some days of effort but I finally found a “golden path” to make a package out of PyLucene. I had to do ‘make’ and ‘make test’ without the setup.cfg first. Otherwise 'make test' would dump a bunch of stuff into my specified install root in a

PyLucene 4.8.0 - samples/FacetExample.py appears broken

2014-05-30 Thread Eduard Rozenberg
Hello, I’m getting an error running this sample, I believe it is related to an old issue of Facet API having changed - http://mail-archives.apache.org/mod_mbox/lucene-pylucene-dev/201302.mbox/%3calpine.OSX.2.01.1302101349450.6538@yuzu.local%3e $ python FacetExample.py Traceback (most recent

Re: PyLucene 4.8.0 - samples/FacetExample.py appears broken

2014-05-30 Thread Thomas Koch
Hello Ed, yes this is a 'known issue‘ - I contributed the FacetExample based on PyLucene 3.6.x. Meanwhile Lucene Facet API has changed and I shall adapt the example. regards, Thomas -- Am 30.05.2014 um 18:09 schrieb Eduard Rozenberg edua...@pobox.com: Hello, I’m getting an error running

Re: PyLucene 4.8.0 - samples/FacetExample.py appears broken

2014-05-30 Thread Andi Vajda
On May 30, 2014, at 10:58, Thomas Koch k...@orbiteam.de wrote: Hello Ed, yes this is a 'known issue‘ - I contributed the FacetExample based on PyLucene 3.6.x. Meanwhile Lucene Facet API has changed and I shall adapt the example. regards, Thanks Thomas ! Once you do that maybe it's