Download List

Descripción del Proyecto

Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is suitable for nearly any application that requires full-text search, especially cross-platform.

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-07-02 05:39
3.3.0

Esta versión añade sugieren funcionalidad / autocomplete. Se añade soporte para la fusión de los resultados de diferentes fragmentos (de búsqueda distribuida). Hay mejoras a consecuencia de agrupación, casi en tiempo real, y el índice de fusión. Mejora de las capacidades que hayan generado.
This release adds suggest/autocomplete functionality. It adds support for merging results from different shards (distributed search). There are improvements to result grouping, near-real-time, and index merging. Improved stemming capabilities.

2011-06-05 02:41
3.2.0

La capacidad de resultados de búsqueda de grupo se añadió. La herramienta IndexUpgrader se añadió. mejoras casi en tiempo real se hicieron. indización de documentos bloque se llevó a cabo. Errores fueron corregidos.
The ability to group search results was added. The IndexUpgrader tool was added. Near-realtime improvements were made. Document block indexing was implemented. Bugs were fixed.

2010-12-04 07:09
3.0.3 and 2.9.4

Este comunicado contiene numerosas correcciones y mejoras desde 2.9.3 / 3.0.2, incluyendo una pérdida de memoria en IndexWriter agravada por frecuentes comete, un archivo de pérdida de identificadores en IndexWriter cuando los lectores casi en tiempo real se abren con el formato de archivo compuesto activado, una rara caso índice de corrupción en el disco completo, NumericRangeQuery / NumericRangeFilter veces devolver resultados incorrectos con límites cercanos a Long.MIN_VALUE y Long.MAX_VALUE, y diversas cuestiones de seguridad hilo. Lucene 2.9.4 puede ahora leer los índices creados por 3.0.x.
This release contains numerous bugfixes and improvements since 2.9.3 / 3.0.2, including a memory leak in IndexWriter exacerbated by frequent commits, a file handle leak in IndexWriter when near-real-time readers are opened with compound file format enabled, a rare index corruption case on disk full, NumericRangeQuery / NumericRangeFilter sometimes returning incorrect results with bounds near Long.MIN_VALUE and Long.MAX_VALUE, and various thread safety issues. Lucene 2.9.4 can now also read indexes created by 3.0.x.

2010-06-18 23:27
3.0.2

Esta corrección de errores es totalmente compatible con la versión anterior. La actualización es altamente recomendable.
This bugfix release is fully compatible with the previous version. Upgrading is strongly recommended.

2010-02-26 22:00
3.0.1 and 2.9.2

Estos son los comunicados de corrección de errores. Ambos son totalmente compatibles con las correspondientes versiones anteriores. Actualizar a 2.9.2 se recomienda si está utilizando 2.9.1 o 2.9.0, y 3.0.1, si usted está utilizando 3.0.0.
These are bug fix releases. Both are fully compatible with the corresponding previous versions. Upgrading to 2.9.2 is strongly recommended if you are using 2.9.1 or 2.9.0, and to 3.0.1 if you are using 3.0.0.

Project Resources