liblucene-queryparser-perl 1.04-6 source package in Ubuntu

Changelog

liblucene-queryparser-perl (1.04-6) unstable; urgency=medium

  [ Debian Janitor ]
  * Wrap long lines in changelog entries: 1.04-5.

 -- Jelmer Vernooij <email address hidden>  Sun, 27 Nov 2022 14:23:33 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liblucene-queryparser-perl_1.04-6.dsc 2.1 KiB 40d2090f73ec47e40c7b1aab3108945b56556c628318a2313521efede03ea000
liblucene-queryparser-perl_1.04.orig.tar.gz 4.9 KiB 2fbc25dbbd4714a8abba6ec97243e3179f050a83da696056bd4d8e714f97be9c
liblucene-queryparser-perl_1.04-6.debian.tar.xz 2.0 KiB d7acf0c6d762c321e92ba8077eddc302e136a7c0ed88c793c3543507237cd82e

Available diffs

No changes file available.

Binary packages built by this source

liblucene-queryparser-perl: 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.