Search::Xapian 1.0.6.0 (Default branch) |
|
|
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.
License: Perl License
Changes:
You can now construct a Query from a mixed list of Query objects and strings (previously the list had to be all Query objects or all strings). OP_SCALE_WEIGHT, OP_VALUE_GE, OP_VALUE_LE, and the corresponding Query constructor overloads are now wrapped. The optional prefix argument to WritableDatabase::allterms_begin() and WritableDatabase::allterms_end() is now wrapped. A workaround has been added to avoid problems from accessing deleted Sorter objects. The documentation has been improved.
|