The document summarizes the new features and improvements in Apache Lucene 2.9. Key highlights include:
- Numeric capabilities have been improved, including a new API for numeric range queries that improves performance.
- The TokenStream API for analyzing text has been replaced with a new attribute-based API that is more flexible.
- Near real-time search capabilities allow documents to be searchable almost instantly after indexing.
- Contrib has added new packages like a flexible query parser framework and improved support for languages.
- Compatibility issues exist due to API changes, so recompiling code using Lucene is recommended when upgrading.