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/06/14 14:10:21 UTC

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

Dear Wiki user,

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

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

  
  Optimizations
    * Faster indexing and searching of points.
+   * Numeric improvements to LatLonPoint, for indexing a latitude/longitude point and searching by polygon, distance or box, or finding nearest neighbors; see performance gains at http://home.apache.org/~mikemccand/geobench.html
+   * Geo3D now has simple APIs for creating common shape queries, matching LatLonPoint
+   * 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