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

2014-06-02 Thread Eduard Rozenberg
Hello Thomas, Thanks for the update on the facets! I just tested this with my PyLucene 4.8.0 and can confirm it works great: Indexed 2 documents with facets. search by term 'white' ... Categories: 1 'root' (2) Root-a-Categories: 3 'f1' (2) 'f2' (1) 'f3' (1) Author: 2 'Bob' (1) 'Lisa' (

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 c

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

2014-05-30 Thread Eduard Rozenberg
8:53, Andi Vajda wrote: > > On Tue, 27 May 2014, Eduard Rozenberg wrote: > >> Hello folks, >> >> I?m working on packaging PyLucene to a Slackware >> package by using a setup.cfg in the source directory >> and redirecting the installation root to >> /tmp

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

2014-05-27 Thread Eduard Rozenberg
Hello folks, I’m working on packaging PyLucene to a Slackware package by using a setup.cfg in the source directory and redirecting the installation root to /tmp/pylucene_installdir. I noticed that a couple of files are missing when doing this alternate root install compared to the regular inst