[Xapian-discuss] Perl binding: crash & missing functions?

Olly Betts olly@survex.com
Wed, 5 May 2004 11:23:30 +0100


On Wed, May 05, 2004 at 08:57:57AM +0100, Alex Bowley wrote:
> I'll see if I can get exception checking for add_posting, and as much
> else of ::Document as I can done today.

This exception is actually thrown by Database::add_document - you don't
get the error until you try to add the document to the database since
different backends can have different term length limits - inmemory
has no limit for example.

Cheers,
    Olly