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 2017/01/17 14:01:52 UTC

[Lucene-java Wiki] Update of "ReleaseNote63" by jimczi

Dear Wiki user,

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

The "ReleaseNote63" page has been changed by jimczi:
https://wiki.apache.org/lucene-java/ReleaseNote63?action=diff&rev1=3&rev2=4

- 4 November 2016, Apache Lucene™ 6.3.0 available
+ X January 2017, Apache Lucene™ 6.4.0 available
- The Lucene PMC is pleased to announce the release of Apache Lucene 6.3.0.
+ The Lucene PMC is pleased to announce the release of Apache Lucene 6.4.0.
  
  Apache Lucene is a high-performance, full-featured text search engine
  library written entirely in Java. It is a technology suitable for nearly
@@ -18, +18 @@

  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
+ http://lucene.apache.org/core/6_4_0/changes/Changes.html
  
  Please report any feedback to the mailing lists
  (http://lucene.apache.org/core/discussion.html)