Apache Lucene Java 2.3.0 Released
The Apache Lucene Project has released the version 2.3.0 of Lucene Java.
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
TermVectorMapper to customize how term vectors are loaded
live backups (without pausing indexing) with SnapshotDeletionPolicy
CheckIndex tool to test & recover […]