On Wed, 14 Feb 2007, Bill Janssen wrote:

Looks like the problem is that I call repr() on the query returned
from MoreLikeThis.  Once I take that out, things are working again.

       if len(repr(query).split()) < 3:

What I'm trying to do here is perform an assessment of the complexity
of the query, and reject it if it's too simple.

Looking at the repr code, I see that it's lacking some type checking.
I fixed that, not knowing if that was the actual cause of your crash or not, in rev 319.

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

Reply via email to