[pylucene-dev] can't override QueryParser.parse()

Bill Janssen janssen at parc.com
Tue Nov 13 13:18:13 PST 2007


>   File "indexing.py", line 211, in parseQ
>     query = QueryParser.parse(self, querystring)
> AttributeError: getJavaException

This kind of has me stymied.  I don't call getJavaException()
anywhere, so it must be the call in jcc/jcc/cpp.py that's signalling this
exception, which means it's catching a JavaError which doesn't have
this method.  How can that happen?

Bill


More information about the pylucene-dev mailing list