Re: FacetExample.py's indexes are too old

2016-09-09 Thread Andi Vajda
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

FacetExample.py's indexes are too old

2016-09-09 Thread Andi Vajda
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