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
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 r