You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by iv...@apache.org on 2020/03/09 16:08:12 UTC

[lucene-solr] branch master updated (c7cf9e8 -> 03c2557)

This is an automated email from the ASF dual-hosted git repository.

ivera pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git.


    from c7cf9e8  LUCENE-9254: UniformSplit supports FST off-heap.
     add 03c2557  LUCENE-9263: Fix wrong transformation of distance in meters to radians in Geo3DPoint (#1318)

No new revisions were added by this update.

Summary of changes:
 lucene/CHANGES.txt                                 |  2 +
 .../spatial3d/Geo3DPointDistanceComparator.java    |  2 +-
 .../Geo3DPointOutsideDistanceComparator.java       |  2 +-
 .../org/apache/lucene/spatial3d/Geo3DUtil.java     |  6 +-
 .../apache/lucene/spatial3d/geom/PlanetModel.java  | 99 ++++++++--------------
 .../apache/lucene/spatial3d/TestGeo3DPoint.java    | 31 ++++++-
 6 files changed, 73 insertions(+), 69 deletions(-)