A few minutes ago Uwe Schindler announced that there are two new versions of Lucene library available:
- 3.0.3
- 2.9.4
Both versions are bugfix releases and contain the same bugs fixed. Remember that the 2.9.4 version is based on Java 1.4 and 3.0.3 is based on Java 1.5. The 3.0.3 version is also based on the new token API, so if you start a new project this is the version you should get. The list of changes can be found at the following addresses:
- 3.0.3:
- http://lucene.apache.org/java/3_0_3/changes/Changes.html – core changes
- http://lucene.apache.org/java/3_0_3/changes/Contrib-Changes.html – contrib changes
- 2.9.4:
- http://lucene.apache.org/java/2_9_4/changes/Changes.html – core changes
- http://lucene.apache.org/java/2_9_4/changes/Contrib-Changes.html – contrib changes
Both versions are avaiable for download at: http://www.apache.org/dyn/closer.cgi/lucene/java/