The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.8.0.3 - 2004-06-03

  • Makefile.PL now uses xapian-config to determine library/include path
  • Changes contributed by Olly Betts
    • Wrapped Database::postlist_begin() and postlist_end()
    • Database::get_doccount(), get_avlength(), and get_termfreq() now return values correctly
    • WritableDatabase::delete_document() and replace_document() now handle exceptions
    • Wrapped all methods which WritableDatabase inherits from Database
    • Fixed 2 warnings when building with GCC 3.3
    • Added more test cases to index.t
    • Corrected typemap - weight is a floating point value; other types are unsigned
    • Wrapped Stem::get_description()

Modules

Perl XS frontend to the Xapian C++ search library.

Provides

in Xapian/Database.pm
in Xapian/Document.pm
in Xapian/ESet.pm
in Xapian/ESetIterator.pm
in Xapian/Enquire.pm
in Xapian/MSet.pm
in Xapian/MSet/Tied.pm
in Xapian/MSetIterator.pm
in Xapian/PositionIterator.pm
in Xapian/PostingIterator.pm
in Xapian/Query.pm
in Xapian/RSet.pm
in Xapian/TermIterator.pm
in Xapian/WritableDatabase.pm