> 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 time to make a 4.8.1 release too. Let me know when you're ready with a fix. Andi.. > Thomas > -- >> Am 30.05.2014 um 18:09 schrieb Eduard Rozenberg <edua...@pobox.com>: >> >> 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 call last): >> File "FacetExample.py", line 51, in <module> >> from org.apache.lucene.facet.index import FacetFields >> ImportError: No module named index >> >> Regards, >> —Ed >