You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Houston Putman <ho...@apache.org> on 2024/02/08 23:50:45 UTC

[ANNOUNCE] Apache Lucene 8.11.3 released

The Lucene PMC is pleased to announce the release of Apache Lucene 8.11.3.

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 release contains numerous bug fixes, optimizations, and improvements,
some of which are highlighted below. The release is available for immediate
download at:

  <https://lucene.apache.org/core/downloads.html>

### Lucene 8.11.3 Release Highlights:

 * A number of bugs in polygon tessellating have been fixed.
 * GC Load during indexing has been reduced by estimating FST BysteStore
block size.
 * BKD trees will no longer possibly overflow when more than 4 billion
points are added.

Please read CHANGES.txt for a full list of changes:

  <https://lucene.apache.org/core/8_11_3/changes/Changes.html>