Télécharger la liste

Description du projet

Search::Xapian is a Perl XS frontend to the Xapian C++ search library. It is a fairly complete wrapper: most features of the Xapian library are made available for use from Perl. Xapian is a highly adaptable toolkit that allows developers to easily add advanced indexing and search facilities to their own applications. It supports the Probabilistic Information Retrieval model as well as a rich set of boolean query operators. It's fast and scalable to hundreds of millions of documents.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-09-10 22:38
1.0.14.0

C + +, les exceptions à partir de méthodes de la classe de documents sont maintenant traduits à des exceptions Perl.
Tags: minor bug fixes, Stable
C++ exceptions from methods of the Document class are now translated to Perl exceptions.

2009-05-27 17:38
1.0.13.1

Cette version ajoute la Recherche:: Xapian:: mset:: articles () méthode qui retourne un tableau lié à l'ESM (un peu comme de la recherche:: Xapian:: Se renseigner:: Match (), mais vous obtenez l'accès à l'objet mset lui-même). Il existe de nouvelles versions traduites des exemples simples de la bindings Python, et des exemples plus complet: le plein-indexer.pl et plein searcher.pl.
Tags: Bug fixes, Minor features, Stable, Examples
This release adds the Search::Xapian::MSet::items() method, which returns an array tied to the MSet (much like Search::Xapian::Enquire::matches(), but you get access to the MSet object itself). There are new translated versions of the simple examples from the Python bindings, and more fully featured examples: full-indexer.pl and full-searcher.pl.

2009-04-21 00:24
1.0.12.0

Cette version ajoute la gestion des exceptions C + + à partir de la base de données:: méthodes get_metadata () et de Enquire qui pourrait jeter DatabaseModifiedError. Il existe également quelques améliorations à la suite de test.
Tags: Stable, Minor bugfixes
This release adds handling of C++ exceptions from Database::get_metadata() and methods of Enquire which might throw DatabaseModifiedError. There are also a few improvements to the test suite.

2009-03-18 21:48
1.0.11.0

Ce communiqué de la nouvelle enveloppe Flag_default constante dans 1.0.11 Xapian, qui donne les paramètres par défaut du pavillon QueryParser, vous permettant d'ajouter facilement des drapeaux à celles par défaut.
This release wraps the new FLAG_DEFAULT constant in Xapian 1.0.11, which gives the QueryParser default flag settings, allowing you to easily add flags to the default ones.

2008-12-24 23:23
1.0.10.0

Cette version met à jour les informations sur la version Xapian compatibles pour éviter un avertissement lors de la construction contre Xapian 1.0.10.
This release updates the information on the
compatible Xapian version to avoid a warning when
building against Xapian 1.0.10.

Project Resources