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

Changelog

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

  [ Debian Janitor ]
  * Apply multi-arch hints. + liblucene-queryparser-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sat, 22 Oct 2022 10:36:18 +0100

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liblucene-queryparser-perl_1.04-5.dsc 2.1 KiB 4b3566c7039dd9837222d4a7077746178f7a212df8cb8e47c2e30be12d226918
liblucene-queryparser-perl_1.04.orig.tar.gz 4.9 KiB 2fbc25dbbd4714a8abba6ec97243e3179f050a83da696056bd4d8e714f97be9c
liblucene-queryparser-perl_1.04-5.debian.tar.xz 2.0 KiB ae0399dc872cf939c413916dd544368ff5edd68af358096151ef49aad4e56864

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.