Paketname | liblucene-queryparser-perl |
Beschreibung | Turn a Lucene query into a Perl data structure |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.04-2 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 68 Byte |
Hängt ab von | perl (>= 5.6.0-16), perl-modules |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 8498 Byte |
Prüfsumme MD5 | 638da1c3ccb52c72c831f036164462c1 |
Prüfsumme SHA1 | 5b72a9247901c6718654fd9b8b37bd4199da59a1 |
Prüfsumme SHA256 | 5dd976c20574b8eae3aff95708a723e9a7e9250a608041862025e2f2070116c7 |
Link zum Herunterladen | liblucene-queryparser-perl_1.04-2_all.deb |
Ausführliche Beschreibung | 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.
|