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

Changes for version 1.0.3.0 - 2007-09-29

  • Changes contributed by Olly Betts
    • Wrap Database::get_metadata() and WritableDatabase::set_metadata().
    • Improve QueryParser pod documentation.
    • PerlStopper::operator() now declared const as it should be.
    • Suppress "deprecated" warnings from Xapian since we need to keep wrapping deprecated features.
    • Suppress compilation warnings on some Linux distros.
    • Add Xapian.lo to MANIFEST.SKIP (it's generated if we're building against an uninstalled xapian-core tree).
  • Changes contributed by Reini Urban
    • Force LD to be "g++ -shared" for GCC on Cygwin since Perl < 5.9.5 Cygwin packages need it.

Documentation

Snowball stemmer

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
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
Parses a piece of text and generates terms.
Iterate over sets of terms.
Traditional Probabilistic Weighting scheme.
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
in Xapian/ValueIterator.pm