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' (
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
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
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