Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires full-text search, especially cross-platform.
Apache Lucene is an open source project available for free download from Apache Jakarta. Please use the links on the left to access Lucene.
Nightly builds of the current development version of Lucene, to be released as Lucene 1.9, are now available at http://cvs.apache.org/dist/lucene/java/nightly/.
Monday, December 12, 2005 at 3pm by Grant Ingersoll:
Abstract:
Lucene is a high performance, scalable, cross-platform search engine that contains many advanced features that often go untapped by the majority of users. In this session, designed for those familiar with Lucene, we will examine some of Lucene's more advanced topics and their application, including:
Topics 1 through 3 will provide technical details on implementing the advanced Lucene features, while the fourth topic will provide a broader context for understanding when and where to use these features.
Lucene has migrated from Apache's Jakarta project to the top-level. Along with this migration, the source code repository has been converted to Subversion. The migration is in progress with some loose ends. Please stay tuned!
The first book dedicated solely to Lucene is published. The "search inside the book" feature implemented with Lucene can be seen at lucenebook.com.
This fixes a few bugs in 1.4.2. See CHANGES.txt for details. Binary and source distributions are available here.