Perl API to Lucene

Thomas Busch tbusch at cpan.org
Thu May 4 09:42:58 BST 2006


Quoting Tom Hukins <tom at eborcom.com>:

> On Wed, May 03, 2006 at 06:30:53PM +0200, Thomas Busch wrote:
> > for everyone who is interested in high-performance full text search,
> > I've written a module that interfaces perl with the C++ port of
> > Lucene and that maps the original Lucene API nearly 1:1 bringing
> > Lucene's full power to perl.
> 
> Are you aware of CLucene, already on CPAN?  Your module seems similar:
> http://search.cpan.org/dist/CLucene/

CLucene was the first thing I looked into. Unfortunately it doesn't
offer access to Lucene's full functionality. It misses the analyzers,
search on multi indexes, search in RAM indexes, deletion of documents,
etc. 

Thomas. 




More information about the london.pm mailing list