On Wed, 14 Oct 2009, Felix Schwarz wrote:

I'm using PyLucene 2.3 + JCC 1.9 but I'm experiencing JVM crashes from time to time. I hoped that these might be resolved by switching to a newer version of JCC.

Is the latest JCC supposed to be compatible with PyLucene 2.3?

JCC is meant to be able to generate wrappers for any Java code. This would imply that you could take PyLucene 2.9.0/JCC 2.4 and change the Lucene version being used there to the one you'd like.

The caveats are with extension code, contrib modules, unit tests and samples. They may break because of changes that occurred in JCC (regarding array support which was rewritten for JCC 2.0, for example) or Lucene itself since version 2.3.

Andi..

Reply via email to