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 <[email protected]>: > 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/%[email protected]%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
