libkinosearch1-perl 1.00-1build3 source package in Ubuntu

Changelog

libkinosearch1-perl (1.00-1build3) trusty; urgency=low

  * Rebuild for Perl 5.18.
 -- Colin Watson <email address hidden>   Mon, 21 Oct 2013 16:02:36 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Trusty
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl

Downloads

File Size SHA-256 Checksum
libkinosearch1-perl_1.00.orig.tar.gz 272.7 KiB ac7b9e30beb22f3bac9cee4436b57bb7c667b7edaff760bdcfca1235a7afd7be
libkinosearch1-perl_1.00-1build3.debian.tar.gz 3.1 KiB 196d37860b64be7f696d01a206a97daced8dcbb55cfa9c5d7bcf4210b2ac6711
libkinosearch1-perl_1.00-1build3.dsc 2.3 KiB 4fffed59f7ed6cff52ad3002e48919d60eccecaf57429fd9ee662a7d634bc4c0

Available diffs

View changes file

Binary packages built by this source

libkinosearch1-perl: 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.