Download List

Descripción del Proyecto

Xapian is a search engine library, scalable to collections containing hundreds of millions of documents. It's written in C++ with bindings for Perl, Python, PHP, Java, Tcl, C#, Ruby, and Lua. It is a highly adaptable toolkit that allows developers to easily add advanced indexing and search facilities to their own applications. It supports the Probabilistic Information Retrieval model and also a rich set of boolean query operators. Omega is a Web search application built upon the Xapian library. It can index a Web server's document tree (including HTML, PDF, OpenOffice, MS Word/Excel/Powerpoint/Works, WordPerfect, RTF, PS, etc.), or data exported from arbitrary sources (e.g. SQL databases).

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-08-12 15:24
1.2.7

Esta versión incluye correcciones para varios errores menores y mejoras en la documentación.
Tags: Stable, Minor bugfixes
This release includes fixes for several minor bugs and documentation improvements.

2010-12-21 06:38
1.2.4

Esta versión incluye un API para la fusión y compactación de bases de datos, hace que muchas mejoras a Omega, incluye nuevos enlaces SWIG Perl basado, y corrige algunos pérdidas de memoria en Python.
Tags: new features, Bugfixes
This release adds an API for merging and compacting databases, makes many improvements to Omega, includes new SWIG-based Perl bindings, and fixes some memory leaks in Python bindings.

2010-10-04 19:08
1.0.22

Esta versión corrige varios bugs de menor importancia, y mejora la portabilidad.
Tags: Maintenance Release, Bug fixes, Stable
This release fixes several minor bugs, and improves portability.

2010-06-22 16:56
1.0.21

Esta versión corrige varios bugs, añade soporte para aplicaciones construidas con CMake, y por defecto se utiliza en los procesadores x86 SSE2.
Tags: Stable, Bug fixes
This release fixes several bugs, adds support for applications built with cmake, and defaults to using SSE2 on x86 processors.

2010-04-28 18:36
1.0.20

Esta versión corrige los valores reportados por los métodos correctos mset get_matches_estimated (), get_matches_lower_bound (), y get_matches_upper_bound () en algunos casos, cuando la clasificación y el colapso. Asimismo, establece un fracaso en construir xapian-core y omega en Mac OS X y posiblemente algunas otras plataformas: una regresión causada por una solución para getopt advertencias relacionadas con el Cygwin en 1.0.19.
This release fixes incorrect values reported by MSet methods get_matches_estimated(), get_matches_lower_bound(), and get_matches_upper_bound() in certain cases when sorting and collapsing. It also fixes a build failure in xapian-core and omega on Mac OS X and possibly some other platforms: a regression caused by a fix for getopt-related warnings on Cygwin in 1.0.19.

Project Resources