> 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 _______________________________________________ pylucene-dev mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/pylucene-dev
