Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

DATE, Apache Lucene™ 8.7 available

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

...

http://lucene.apache.org/core/mirrors-core-latest-redir.html

Lucene 8.7 Release Highlights:

  • Better compression of stored fields. Stored fields now use dictionaries in order to improve the compression ratio when there is a lot of redundancy across documents. This works for both the BEST_SPEED and the BEST_COMPRESSION modes.
  • Faster sorting by field. When a doc-value field is also indexed with points, Lucene now takes advantage of this points index in order to skip documents whose sort value is not competitive.
  • Faster flushing of stored fields when index sorting is enabled. This can significantly speed up indexing when a non-negligible amount of data is stored in the index and index sorting is enabled.

...