1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Source: libplucene-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.8.0-7),
libclass-virtual-perl (>= 0.03),
liblingua-stem-perl (>= 0.81),
libtie-array-sorted-perl (>= 1.1),
libclass-accessor-perl,
libbit-vector-minimal-perl (>= 1.0),
libio-stringy-perl (>= 2.104),
libfile-slurp-perl (>= 2002.1031),
libtest-pod-coverage-perl
Maintainer: Dominic Hargreaves <dom@earth.li>
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/Plucene/
Vcs-Git: git://anonscm.debian.org/users/dom/libplucene-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/dom/libplucene-perl.git
Package: libplucene-perl
Architecture: all
Depends: ${misc:Depends}, perl (>= 5.8.4),
libclass-virtual-perl (>= 0.03),
liblingua-stem-perl (>= 0.81),
libtie-array-sorted-perl (>= 1.1),
libclass-accessor-perl,
libbit-vector-minimal-perl (>= 1.0),
libio-stringy-perl (>= 2.104),
libfile-slurp-perl (>= 2002.1031)
Description: Perl port of the Lucene search engine
Plucene is a fully-featured and highly customizable search engine toolkit
based on the Lucene API. (http://jakarta.apache.org/lucene)
.
It is not, in and of itself, a functional search engine - you are expected
to subclass and tie all the pieces together to suit your own needs.
The synopsis above gives a rough indication of how to use the engine
in simple cases. See Plucene::Simple for one example of tying it
all together.
|