• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bin/H05-Sep-2005-15085

lib/H05-Sep-2005-7,3343,085

t/H03-May-2022-16,52914,648

Build.PLH A D05-Sep-20051.6 KiB5545

ChangesH A D05-Sep-20054.6 KiB136101

MANIFESTH A D05-Sep-20053.1 KiB128127

META.ymlH A D05-Sep-20056.4 KiB187186

Makefile.PLH A D05-Sep-20051.2 KiB3028

READMEH A D05-Sep-20051 KiB3424

README

1Plucene
2=======
3
4Plucene is a Perl port of the Java Lucene search engine.
5(http://jakarta.apache.org/lucene/) In the same way as Lucene, it is not
6a standalone application, but a library you can use to index documents
7and search for things in them later.
8
9Using Plucene
10=============
11
12Plucene, like Lucene, is designed to be extended, and allows you to
13construct your own query types, analyzers, and so on. Future versions of
14Lucene will contain more of these, as well as instructions for how to
15subclass the base modules to create your own.
16
17More information
18================
19
20Bug reports, patches, queries, discussion etc should be addressed to
21the mailing list. More information on the list can be found at:
22
23http://www.kasei.com/mailman/listinfo/plucene
24
25Of course, since Plucene is almost a straight port of Java Lucene,
26everything said about Lucene at http://jakarta.apache.org/lucene/ should
27be true about Plucene. Apart from the bits about it being in Java.
28
29License
30=======
31
32See the documentation for Plucene.pm for license, authorship and other
33details.
34