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 2018/12/14 17:58:58 UTC

[Lucene-java Wiki] Update of "ReleaseNote76" by NickKnize

Dear Wiki user,

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

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

New page:
= 14 December 2018, Apache Luceneā„¢ 7.6.0 available =

The Lucene PMC is pleased to announce the release of Apache Lucene 7.6.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/downloads.html
Please read CHANGES.txt for a full list of new features and changes:

https://lucene.apache.org/core/7_6_0/changes/Changes.html

== Lucene 7.6.0 Release Highlights: ==

=== Bug Fixes ===
 * Index sorting corruption due to numeric overflow has been fixed. Indices affected by this bug can be detected by running the CheckIndex command on a 7.6+ release distribution.
 * Better tessellation processing of Polygons including graceful exceptions for detecting invalid shapes.

=== Improvements ===
 * Points codec now supports selective indexing; the ability to designate dimensions as as "data only" dimensions that do not affect construction of the index.
 * New Simple WKT Shape Parser builds lucene geometries (polygons, lines, rectangles) from WKT format.
 * New LatLonShapeLineQuery queries indexed shapes with arbitrary lines.
 * Performance in PerFieldMergeState#FilterFieldInfos has been improved from O(N) to O(1) lookup time.

 
Further details of changes are available in the change log available at: http://lucene.apache.org/core/7_6_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.