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/08/19 23:06:07 UTC

[Lucene-java Wiki] Update of "ReleaseNote62" by MikeMcCandless

Dear Wiki user,

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

The "ReleaseNote62" page has been changed by MikeMcCandless:
https://wiki.apache.org/lucene-java/ReleaseNote62?action=diff&rev1=8&rev2=9

  ## page was copied from ReleaseNote61
- 17 June 2016, Apache Lucene™ 6.1.0 available
+ 22 August 2016, Apache Lucene™ 6.2.0 available
- The Lucene PMC is pleased to announce the release of Apache Lucene 6.1.0.
+ The Lucene PMC is pleased to announce the release of Apache Lucene 6.2.0.
  
  Apache Lucene is a high-performance, full-featured text search engine
  library written entirely in Java. It is a technology suitable for nearly
@@ -14, +14 @@

    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
+   https://lucene.apache.org/core/6_2_0/changes/Changes.html
  
- Lucene 6.1.0 Release Highlights:
+ Lucene 6.2.0 Release Highlights:
  
  New features
-   * Numerous improvements to LatLonPoint, for indexing a latitude/longitude point and searching by polygon, distance or box, or finding nearest neighbors
-   * Geo3D now has simple APIs for creating common shape queries, matching LatLonPoint
+   * Index numeric ranges (min and max value in a single field) and search by overlapping range
+   * IndexWriter methods return a sequence number indicating order of operations
+   * UkrainianMorfologikAnalyzer is a new dictionary based analyzer for the Ukrainian language
+   * The Polygon class can now be created from a GeoJSON string
+   * Compound file creation now verifies checksum of its component files
+   * Index time sorting is now a core feature, and supports dimensional points
+   * The CREATE_NEW flag is passed when creating a file to ensure Lucene is really write-once
+   * StandardAnalyzer is moved to core and is the default analyzer
+   * MatchNoDocsQuery now includes the reason it was created
+   * QueryParser can now be told to not pre-split on whitespace
+   * MMapDirectory tries harder to prevent SIGSEGV, but it's still best effort
  
  Optimizations
+   * Conjunction (MUST, FILTER) queries are faster
+   * Dimensional points have much faster (~40%) flush time and use less space in the index
-   * Faster indexing and searching of points.
-   * Faster geo-spatial indexing and searching for LatLonPoint, Geo3D and GeoPoint (see http://home.apache.org/~mikemccand/geobench.html )
-   * HardlinkCopyDirectoryWrapper optimizes file copies using hard links
-   * In case of contention, the query cache now prefers returning an uncached Scorer rather than waiting on a lock.
  
+ Along with numerous bug fixes.
- 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_1_0/changes/Changes.html
+ http://lucene.apache.org/core/6_2_0/changes/Changes.html
  
  Please report any feedback to the mailing lists
  (http://lucene.apache.org/core/discussion.html)