Search::Xapian

A Perl XS frontend to the Xapian C search library.
Download

Search::Xapian Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Alex Bowley
  • Publisher web site:
  • http://search.cpan.org/~kilinrax/HTML-SyntaxHighlighter-0.03/SyntaxHighlighter.pm

Search::Xapian Tags


Search::Xapian Description

A Perl XS frontend to the Xapian C search library. Search::Xapian is a Perl XS frontend to the Xapian C search library. The project 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.Installation:To install this module type the following: perl Makefile.PL make make test make installMakefile.PL looks for xapian-config on your PATH. You can specify a path for xapian-config by setting the XAPIAN_CONFIG environmental variable, and you can specify a C compiler by setting the CXX environmental variable. Requirements: · The Xapian C search library · Perl What's New in This Release: · Deprecate Search::Xapian::MSet::matches() and make it issue a warning. Please use Search::Xapian::MSet::items() instead. · Add another translated example: simplematchdecider.pl


Search::Xapian Related Software