You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2016/06/17 13:04:12 UTC

svn commit: r1748853 - /lucene/cms/trunk/content/core/corenews.mdtext

Author: jpountz
Date: Fri Jun 17 13:04:12 2016
New Revision: 1748853

URL: http://svn.apache.org/viewvc?rev=1748853&view=rev
Log:
Attempt at fixing the formatting.

Modified:
    lucene/cms/trunk/content/core/corenews.mdtext

Modified: lucene/cms/trunk/content/core/corenews.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/corenews.mdtext?rev=1748853&r1=1748852&r2=1748853&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/corenews.mdtext (original)
+++ lucene/cms/trunk/content/core/corenews.mdtext Fri Jun 17 13:04:12 2016
@@ -19,17 +19,25 @@ Please read CHANGES.txt for a full list
 Lucene 6.1.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
 
 Optimizations
+
   * 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.
 
 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.