File: control

package info (click to toggle)
liblucene-queryparser-perl 1.04-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 80 kB
  • ctags: 13
  • sloc: perl: 157; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,078 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
Source: liblucene-queryparser-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominic Hargreaves <dom@earth.li>
Standards-Version: 3.9.7
Homepage: http://metacpan.org/release/Lucene-QueryParser/
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/liblucene-queryparser-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liblucene-queryparser-perl.git

Package: liblucene-queryparser-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description:  Turn a Lucene query into a Perl data structure
 This module parses a Lucene query. It deals with fields, types, phrases,
 subqueries, and so on; everything handled by the SimpleQuery class in
 Lucene. The data structure is similar to the one given above, and is
 pretty self-explanatory.
 .
 The other function, deparse_query turns such a data structure back into
 a Lucene query string. This is useful if you've just been mucking about
 with the data.