lucene

Apache Lucene open-source search software

APACHE-2.0 License

Stars
2.4K
Committers
454

Bot releases are hidden (Show)

lucene - 9.10.0 Latest Release

Published by jpountz 8 months ago

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.
lucene - 9.9.2

Published by ChrisHegarty 9 months ago

Lucene 9.9.2 release

lucene - 9.9.1

Published by ChrisHegarty 10 months ago

Lucene 9.9.1 release

lucene - 9.9.0

Published by ChrisHegarty 11 months ago

lucene - 9.8.0

Published by uschindler 11 months ago

lucene - 9.7.0

Published by javanna about 1 year ago

lucene - 9.6.0

Published by rmuir over 1 year ago

lucene - 9.5.0

Published by rmuir over 1 year ago

lucene - 9.4.2

Published by rmuir almost 2 years ago

lucene - 9.4.1

Published by uschindler almost 2 years ago

lucene - 9.4.0

Published by msokolov about 2 years ago