On Fri, 9 Sep 2016, Andi Vajda wrote:
Hi Thomas, As you may have noticed, PyLucene is being refreshed to Lucene 6.2.0. The FacetExample.py sample you submitted to PyLucene is using an index from Lucene version 2, FacetExample.Index. Sadly, Lucene 6 no longer supports that version, it must be at least version 4. Could you please refresh FacetExample.Index ? (and FacetExample.Taxonomy looks like needing that too).
False alert, I had old indexes lying around and FacetExample.py is capable of regenerating the index. It runs now on PyLucene 6.2.0.
Andi..
Thanks ! Andi..