Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2005-05-19 | 972 Bytes | |
build_redhat.txt | 2005-05-19 | 2.2 kB | |
clucene-0.8.14a.tgz | 2005-05-16 | 625.1 kB | |
clucene-0.8.14a.zip | 2005-05-16 | 799.4 kB | |
clucene-debuginfo-0.8.14a-1.i386.rpm | 2005-05-16 | 2.3 kB | |
CLucene-1.00.tar.gz | 2005-05-16 | 10.2 kB | |
clucene-0.8.14a-1.src.rpm | 2005-05-16 | 623.1 kB | |
clucene-0.8.14a-1.i386.rpm | 2005-05-16 | 768.0 kB | |
Totals: 8 Items | 2.8 MB | 0 |
The RPMs in this release allow you to install the CLucene free text search engine on Linux. They were made on Redhat Enterprise Linux 3 and tested on Redhat 9 and Redhat Enterprise Linux 3. To install, download the binary RPM and install with this command # rpm -i clucene-0.8.14a-1.i386.rpm This gives you /usr/lib/libclucene* - shared libraries /usr/lib/clucene_dll.o - DLL interface library /usr/include/clucene_dllp.h - DLL interface headers /usr/include/clucene_dllh.h To verify the engine using the perl interface, download and install the CPAN module CLucene-1.00.tar.gz: # tar xfz CLucene-1.00.tar.gz # cd CLucene-1.00 # perl Makefile.PL # make test # make install and then run the test suite # perl t/clucene_test.pl There is perl POD documentation inside CLucene.pm, which you can view with # perldoc CLucene If you want to do some work on the source or build your own RPM see the notes in build_redhat.txt. Peter Edwards peterdragon@users.sourceforge.net