« 10 October 2008 - Apache Archiva 1.1.3 released | Main | 13 October 2008 - Apache Tuscany SCA Java 1.3.2 released »

October 12, 2008

12 October 2008 - Apache Lucene (JAVA) 2.4.0 released

The Apache Lucene Project has released the version 2.4.0 of Lucene JAVA. With 2.4.0 we have relaxed the backwards compatibility policy of the Fieldable interface: we now allow changes on a case by case basis. This means any custom classes that implement Fieldable will need to be updated. This was done to accommodate the new omitTf() method (to do pure boolean searching).

The detailed changes are here:

http://lucene.apache.org/java/2_4_0/changes/Changes.html

Lucene 2.4.0 includes index format changes that are not readable by older versions of Lucene. Lucene 2.4.0 can both read and update older Lucene indexes. Adding to an index with an older format will cause it to be converted to the newer format.

Binary and source distributions are available at http://www.apache.org/dyn/closer.cgi/lucene/java/

Lucene artifacts are also available in the Maven2 repository at http://repo1.maven.org/maven2/org/apache/lucene/


NEXT RELEASE

The next release will be 2.9. After that will be 3.0, which will remove all deprecated APIs from 2.9 and will be the first release of Lucene to require JRE 1.5. The timing on these two releases is not yet known.

----

-- The Apache Lucene Project

----

Project Info -- Apache Lucene Java

DOAP File

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.

Releases can be downloaded from http://www.apache.org/dyn/closer.cgi/lucene/java/

Project Websitehttp://lucene.apache.org/java/
Programming LanguagesJava
Categoriesdatabase
Mailing Listshttp://lucene.apache.org/java/docs/mailinglists.html
Bug/Issue Trackerhttp://issues.apache.org/jira/browse/LUCENE
Project Management CommitteeApache Lucene

Access to the source code:

Browsehttp://svn.apache.org/viewcvs.cgi/lucene/java/
SVN Directhttp://svn.apache.org/repos/asf/lucene/java/
Posted by Tetsuya Kitahata at October 12, 2008 01:02 PM
http://www.apachenews.org/archives/001193.html
[ Category : Apache Lucene ] (PDF)(XML)