|
CLucene version 1.03
====================
A perl interface to the CLucene C++ port of the Java Lucene free text search engine.
Please read INSTALL for full details on how to install the clucene search
libraries and how to build this perl interface.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
CLucene engine.
see the INSTALL file for instructions.
Carp.
File::Path.
COPYRIGHT AND LICENCE
Copyright(c) 2005 Peter Edwards <peterdragon@users.sourceforge.net>
All rights reserved. This package is free software; you can redistribute
it and/or modify it under the same terms as Perl itself.
|