The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.0.16.0 - 2009-09-10

  • Changes contributed by Olly Betts
    • Improve documentation of QueryParser::set_default_op() and QueryParser::get_default_op().
    • examples/: Use MSet::items() (new in 1.0.13.1).
    • examples/simpleexpand.pl: Remove debug print statement left in by accident.
    • Add dependency to regenerate Makefile if Xapian.pm changes (since the former contains a version number extracted from the latter).
    • Add better test coverage for MatchDecider.

Modules

Perl XS frontend to the Xapian C++ search library.
BM25 Weighting scheme.
Boolean Weighting scheme.
Search database object
Document object
Make queries against a database
allows sorting by a several values.
Iterate over sets of positions.
Iterate over the list of documents indexed by a term.
Parse a query string into a Search::Xapian::Query object
Snowball stemmer
Parses a piece of text and generates terms.
Iterate over sets of terms.
Traditional Probabilistic Weighting scheme.
Iterate over value slots in a document.
base class for Weighting schemes.
writable database object

Provides

in Xapian/ESet.pm
in Xapian/ESetIterator.pm
in Xapian/MSet.pm
in Xapian/MSet/Tied.pm
in Xapian/MSetIterator.pm
in Xapian/PerlStopper.pm
in Xapian/Query.pm
in Xapian/RSet.pm
in Xapian/SimpleStopper.pm
in Xapian/Stopper.pm