Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-8577

Improve accuracy of distance query for Geo3DPoint

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • modules/spatial3d
    • None
    • New

    Description

      The distance query for Geo3DPoint currently uses the GeoStandardCircle which is only accurate when the PlanetModel is a sphere.

      In LUCENE-7970. a new implementation called GeoExactCircle was added that models an exact circle, even when the planet model is not a sphere. Because Geo3DPoint is using WGS84 planet model, we should be using this implementation instead. The downside is that this implementation will be slightly slower.

      Attachments

        Activity

          People

            Unassigned Unassigned
            ivera Ignacio Vera
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: