The Lucene PMC is pleased to announce the release of Apache Lucene 9.9.2.
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.
This patch release contains bug fixes that are highlighted below. The
release is available for immediate download at:
https://lucene.apache.org/core/downloads.html
Lucene 9.9.2 Release Highlights
Bug fixes
* GITHUB#13027: Fix NPE when sampling for quantization in
Lucene99HnswScalarQuantizedVectorsFormat (Ben Trent)
* GITHUB#13014: Rollback the tmp storage of BytesRefHash to -1 after
sort (Guo Feng)
Further details of changes are available in the change log available at:
http://lucene.apache.org/core/9_9_2/changes/Changes.html.
-Chris