-
-
27 Feb 2022 23:58:59 UTC
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (19 / 0 / 0)
- Kwalitee
Bus factor: 2- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (73.2KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 1.2.25.5
- Changes contributed by Olly Betts
- The exception fix in 1.2.25.3 unintentionally broke the build with xapian-core < 1.4.10. To fix this we now generate the exception handling code at build time, and enable the new exceptions based on the version of xapian-core we're building against.
Documentation
Base class for all exceptions in Search::XapianModules
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 objectIndicates an attempt to access a closed database.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.Indicates an attempt to access a database not present.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 objectMake queries against a databaseBase class for all exceptions in Search::XapianIndicates 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 objectIndicates 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 stemmerParses 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.WildcardError indicates an error expanding a wildcarded query.writable database objectProvides
in Xapian/ESet.pmin Xapian/ESetIterator.pmin Xapian/MSet.pmin Xapian/MSet/Tied.pmin Xapian/MSetIterator.pmin Xapian/PerlStopper.pmin Xapian/Query.pmin Xapian/RSet.pmin Xapian/SimpleStopper.pmin Xapian/Stopper.pmin exception_data.pmExamples
Module Install Instructions
To install Search::Xapian, copy and paste the appropriate command in to your terminal.
cpanm Search::Xapian
perl -MCPAN -e shell install Search::Xapian
For more information on module installation, please visit the detailed CPAN module installation guide.