You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2016/06/13 09:26:12 UTC

[Lucene-java Wiki] Update of "ReleaseNote61" by jpountz

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lucene-java Wiki" for change notification.

The "ReleaseNote61" page has been changed by jpountz:
https://wiki.apache.org/lucene-java/ReleaseNote61

New page:
XX June 2016, Apache Luceneā„¢ 6.1.0 available
The Lucene PMC is pleased to announce the release of Apache Lucene 6.0.0.

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:
  http://lucene.apache.org/core/mirrors-core-latest-redir.html

Please read CHANGES.txt for a full list of new features and changes:
  https://lucene.apache.org/core/6_1_0/changes/Changes.html

Lucene 6.1.0 Release Highlights:

Optimizations
  * Faster indexing and searching of points.
  * In case of contention, the query cache now prefers returning an uncached Scorer than waiting on a lock.

Bug fixes
  * BooleanQuery could sometimes assign too low scores to ranges of documents that matched a single clause.
  * Doc values updates could sometimes be applied in the wrong order.

Further details of changes are available in the change log available at:
http://lucene.apache.org/core/6_0_0/changes/Changes.html

Please report any feedback to the mailing lists
(http://lucene.apache.org/core/discussion.html)

Note: The Apache Software Foundation uses an extensive mirroring network
for distributing releases.  It is possible that the mirror you are using
may not have replicated the release yet.  If that is the case, please
try another mirror.  This also applies to Maven access.