> Porting your stuff to Lucene 3.0 is recommended... > [Thomas Koch] That's what I'm supposed to do next: port our PyLucene code to some "up-to-date" release - our codebase is still on PyLucene 2.6 and I expect it to break with the 3.x release ...
With that in mind: is it still worth looking at/supporting PyLucene 2.x or do you suggest to switch to 3.x directly? I understand that Lucene 2.x is Java1.4 compatible and Lucene 3.x makes use of Java5 generics. Is it still API compatible or a complete new branch? Regards Thomas
