Paketname | python-xapian |
Beschreibung | Xapian search engine interface for Python |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.2.3-3 |
Sektion | python |
Priorität | optional |
Installierte Größe | 2092 Byte |
Hängt ab von | python (<< 2.7), python (>= 2.5), python-central (>= 0.6.11), libc6 (>= 2.1.3), libgcc1 (>= 1:4.1.1) |
Empfohlene Pakete | |
Paketbetreuer | Olly Betts |
Quelle | xapian-bindings |
Paketgröße | 572464 Byte |
Prüfsumme MD5 | 660430a043c5cef4c9b9cd1a3be22748 |
Prüfsumme SHA1 | ace3803ae1ee37a07a074ea844cc04b8c5a09129 |
Prüfsumme SHA256 | 7ad55a55286e9d4c0dbd68c66196cc60c88bfa0a7a2ae125ff79d98cac966ac3 |
Link zum Herunterladen | python-xapian_1.2.3-3_i386.deb |
Ausführliche Beschreibung | This package provides Xapian Python bindings for all the packaged versions
of Python.
.
The Xapian search engine library is a highly adaptable toolkit which allows
developers to easily add advanced indexing and search facilities to their own
applications. It implements the probabilistic model of information retrieval,
and provides facilities for performing ranked free-text searches, relevance
feedback, phrase searching, boolean searching, stemming, and simultaneous
update and searching. It is highly scalable, and is capable of working with
collections containing hundreds of millions of documents.
.
The Xapian Python bindings provide an interface to the Xapian library from the
Python programming language, allowing both indexing and retrieval operations.
|