Looks great Michael!

Maybe add:

  * TermVectorMapper to customize how term vectors are loaded
  * live backups (without pausing indexing) with SnapshotDeletionPolicy
  * CheckIndex tool to test & recover a corrupt index
  * pluggable MergePolicy & MergeScheduler
  * "partial" optimize(int maxNumSegments) method

Mike

Michael Busch wrote:

Hi Team,

I just uploaded the release files to the mirrors and it should be
available for download within the next 24 hours.

So tomorrow I'll send an announcement to java-user and
[EMAIL PROTECTED], and also add a news entry to the website. I
prepared a draft and picked a few "highlights" of this release.

In case anybody would like to make changes to this draft (see below),
please let me know by tomorrow.


DRAFT:

Release 2.3.0 of Lucene Java is now available!

Many new features, optimizations, and bug fixes have been added since
2.2, including:
- significantly improved indexing performance
- segment merging in background threads
- refreshable IndexReaders
- faster StandardAnalyzer and improved Token API
- etc.

The detailed change log is at:
http://svn.apache.org/repos/asf/lucene/java/tags/lucene_2_3_0/ CHANGES.txt

Lucene 2.3 includes index format changes that are not readable by older
versions of Lucene.  Lucene 2.3 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/

-Michael (on behalf of the Lucene team)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to