On Mon, 12 Nov 2007, Thomas Koch wrote:

Is there any way to get more details of a JavaError in PyLucene? It seems
that the method getJavaException() only returns the Exception message, but
not the full stack trace.

When you get a JavaError raised in Python, the getJavaException() method can be used to retrieve the corresponding Java Exception object. That Java object has a number of methods on it that you can call. One of them is printStackTrace(). This is described in jcc/README around line 367.

Has anyone encounterd this yet or found a workaround? E.g. is it possible to
configure lucene to ignore terms of a specified length at all? (Without
raising an Exception)

That is a question for [EMAIL PROTECTED]

Andi..
_______________________________________________
pylucene-dev mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/pylucene-dev

Reply via email to