File: control

package info (click to toggle)
libkinosearch1-perl 1.01-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 1,568 kB
  • ctags: 1,210
  • sloc: perl: 6,805; java: 168; makefile: 3
file content (46 lines) | stat: -rw-r--r-- 1,824 bytes parent folder | download
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
39
40
41
42
43
44
45
46
Source: libkinosearch1-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312~),
               liblingua-stem-snowball-perl,
               liblingua-stopwords-perl,
               libmodule-build-perl,
               libtest-pod-perl,
               perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>
Standards-Version: 3.9.8
Homepage: https://metacpan.org/release/KinoSearch1
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libkinosearch1-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libkinosearch1-perl.git
Testsuite: autopkgtest-pkg-perl

Package: libkinosearch1-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
         liblingua-stem-snowball-perl,
         liblingua-stopwords-perl
Description: Perl library providing search engine features
 KinoSearch is a loose port of the Java search engine library, Apache Lucene.
 It is written in Perl and C, designed primarily for providing website search
 functionality, but it can be put to many different uses.
 .
 It has the following features:
 .
  * Extremely fast and scalable: KinoSearch can handle millions of documents
  * Incremental indexing (addition/deletion of documents to/from an existing
    index)
  * Full support for 12 Indo-European languages
  * Support for boolean operators (AND, OR, as well as AND NOT), parenthetical
    groupings, and prepended +plus and -minus
  * Algorithmic selection of relevant excerpts and highlighting of search
    terms within excerpts
  * Highly customizable query and indexing APIs
  * Phrase matching
  * Stemming
  * Stoplists
 .
 KinoSearch1 is derived from KinoSearch version 0.165 and is considered
 the stable upstream branch.