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

Changes for version 1.2.22.0 - 2015-12-29

  • Changes contributed by Val Rosca, updated by Andreas Marienborg
    • Wrap MatchSpy and ValueCountMatchSpy classes
    • Wrap Enquire's add_matchspy and clear_matchspies methods, keeping track of references to Perl MatchSpy objects to avoid leaks.
    • t/facets.t
  • Changes contributed by Olly Betts
    • Fix infinite loop trying to build with CPANPLUS (fixes #692, reported by Andreas Vögele).
    • t/termgenerator.t: If a memory leak is detected, report how many objects were allocated before and after the test.
    • Allow for "_gitN" tag on snapshots when checking for version compatibility with xapian-core.
    • META.yml: Fix specified licence to be a valid name ('perl' instead of 'perl_5').

Documentation

Base class for all exceptions in Search::Xapian

Modules

Perl XS frontend to the Xapian C++ search library.
AssertionError is thrown if a logical assertion inside Xapian fails.
BM25 Weighting scheme.
Boolean Weighting scheme.
Search database object
DatabaseCorruptError indicates database corruption was detected.
DatabaseCreateError indicates a failure to create a database.
DatabaseError indicates some sort of database related error.
DatabaseLockError indicates failure to lock a database.
DatabaseModifiedError indicates a database was modified.
DatabaseOpeningError indicates failure to open a database.
DatabaseVersionError indicates that a database is in an unsupported format.
Indicates an attempt to access a document not present in the database.
Document object
Make queries against a database
Base class for all exceptions in Search::Xapian
Indicates an attempt to use a feature which is unavailable.
InternalError indicates a runtime problem of some sort.
InvalidArgumentError indicates an invalid parameter value was passed to the API.
InvalidOperationError indicates the API was used in an invalid way.
The base class for exceptions indicating errors in the program logic.
abstract base class for match spies.
allows sorting by a several values.
Indicates a problem communicating with a remote database.
Indicates a timeout expired while communicating with a remote 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
Indicates a query string can't be parsed.
RangeError indicates an attempt to access outside the bounds of a container.
The base class for exceptions indicating errors only detectable at runtime.
Indicates an error in the std::string serialisation of an object.
Snowball stemmer
Parses a piece of text and generates terms.
Iterate over sets of terms.
Traditional Probabilistic Weighting scheme.
UnimplementedError indicates an attempt to use an unimplemented feature.
Class for counting the frequencies of values in the matching documents.
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