You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pylucene-dev@lucene.apache.org by Ruediger Meier <sw...@gmx.de> on 2017/03/14 20:11:02 UTC

Re: [PATCH] jcc and pylucene python3 support

FYI I have finished the jcc port and pylucene as well.

jcc here: https://github.com/rudimeier/jcc
(works for both python 2 and 3)

pylucene here: https://github.com/rudimeier/pylucene


Note the pylucene repository contains actually 3 ported versions (3.x, 
4.x and 6.x) in different branches. All tests succeed (Linux tested). 
Only a few minor manual changes were needed (beside running the 2to3 
script).

cu,
Rudi

Re: [PATCH] jcc and pylucene python3 support

Posted by Andi Vajda <va...@apache.org>.
> On Mar 14, 2017, at 21:11, Ruediger Meier <sw...@gmx.de> wrote:
> 
> FYI I have finished the jcc port and pylucene as well.
> 
> jcc here: https://github.com/rudimeier/jcc
> (works for both python 2 and 3)
> 
> pylucene here: https://github.com/rudimeier/pylucene
> 
> 
> Note the pylucene repository contains actually 3 ported versions (3.x, 
> 4.x and 6.x) in different branches. All tests succeed (Linux tested). 
> Only a few minor manual changes were needed (beside running the 2to3 
> script).

Thank you !

Andi.,

> 
> cu,
> Rudi