8 November 2016, Apache Luceneā„¢ 6.3.0 available

The Lucene PMC is pleased to announce the release of Apache Lucene 6.3.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_3_0/changes/Changes.html

Lucene 6.3.0 Release Highlights:

New features

* A brand new "UnifiedHighlighter" derivative of the
PostingsHighlighter that can consume offsets from postings, term
vectors, or analysis. It can highlight phrases as accurately as the
standard Highlighter. Light term vectors can be used with offsets in
postings for fast wildcard (MultiTermQuery) highlighting.

* SimpleQueryParser now parses '*' to MatchAllDocsQuery

* FuzzyQuery now matches all terms within the specified edit distance,
even if they are short terms

Optimizations

* Points do not store the implicit split dimension in the 1-dimension
case. This saves between 6% memory for the largest types such an
InetAddressPoint to 33% for the smaller types such as HalfFloatPoint.

Along with numerous bug fixes.

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


-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to