Skip to content

Releases: apache/lucene

9.10.0

20 Feb 17:21
695c0ac
Compare
Choose a tag to compare

New Features

  • Support for similarity-based vector searches, ie. finding all nearest neighbors whose similarity is greater than a configured threshold from a query vector. See [Byte|Float]VectorSimilarityQuery.
  • Index sorting is now compatible with block joins. See IndexWriterConfig#setParentField.
  • MMapDirectory now takes advantage of the now finalized JDK foreign memory API internally when running on Java 22 (or later). This was only supported with Java 19 to 21 until now.
  • SIMD vectorization now takes advantage of JDK vector incubator on Java 22. This was only supported with Java 20 or 21 until now.

Optimizations

  • Tail postings are now encoded using group-varint. This yielded speedups on queries that match lots of terms that have short postings lists in Lucene's nightly benchmarks.
  • Range queries on points now exit earlier when evaluating a segment that has no matches. This will improve performance when intersected with other queries that have a high up-front cost such as multi-term queries.
  • BooleanQueries that mix SHOULD and FILTER clauses now propagate minimum competitive scores to the SHOULD clauses, yielding significant speedups for top-k queries sorted by descending score.
  • IndexSearcher#count has been optimized on pure disjunctions of two term queries.

9.9.2

29 Jan 15:33
Compare
Choose a tag to compare

Lucene 9.9.2 release

9.9.1

16 Dec 23:00
Compare
Choose a tag to compare

Lucene 9.9.1 release

9.9.0

04 Dec 14:42
Compare
Choose a tag to compare

Lucene 9.9.0 release

Full Changelog: releases/lucene/9.8.0...releases/lucene/9.9.0

9.8.0

09 Nov 18:21
Compare
Choose a tag to compare

Lucene 9.8.0 release

Full Changelog: releases/lucene/9.7.0...releases/lucene/9.8.0

9.7.0

28 Sep 18:40
Compare
Choose a tag to compare

Lucene 9.7.0 release

Full Changelog: releases/lucene/9.6.0...releases/lucene/9.7.0

9.6.0

10 May 12:56
Compare
Choose a tag to compare

Lucene 9.6.0 release

Full Changelog: releases/lucene/9.5.0...releases/lucene/9.6.0

9.5.0

01 Feb 16:41
Compare
Choose a tag to compare

Lucene 9.5.0 release

Full Changelog: releases/lucene/9.4.2...releases/lucene/9.5.0

9.4.2

02 Dec 18:26
Compare
Choose a tag to compare

Lucene 9.4.2 release

Full Changelog: releases/lucene/9.4.1...releases/lucene/9.4.2

9.4.1

28 Oct 14:27
8108179
Compare
Choose a tag to compare
releases/lucene/9.4.1

Lucene 9.4.1 release