Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-10039

LatLonPointSpatialField

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 6.5
    • spatial
    • None

    Description

      The fastest and most efficient spatial field for point data in Lucene/Solr is LatLonPoint in Lucene's sandbox module. I'll include LatLonDocValuesField with this even though it's a separate class. LatLonPoint is based on the Points API, using a BKD index. It's multi-valued capable. LatLonDocValuesField is based on sorted numeric DocValues, and thus is also multi-valued capable (a big deal as the existing Solr ones either aren't or do poorly at it). Note that this feature is limited to a latitude/longitude spherical world model. And furthermore the precision is at about a centimeter – less precise than the other spatial fields but nonetheless plenty good for most applications. Last but not least, this capability natively supports polygons, albeit those that don't wrap the dateline or a pole.

      I propose a LatLonPointSpatialField which uses this. Patch & details forthcoming...

      This development was funded by the Harvard Center for Geographic Analysis as part of the HHypermap project

      Attachments

        1. SOLR_10039_LatLonPointSpatialField.patch
          11 kB
          David Smiley
        2. SOLR_10039_LatLonPointSpatialField.patch
          13 kB
          David Smiley
        3. SOLR_10039_LatLonPointSpatialField.patch
          18 kB
          David Smiley
        4. SOLR_10039_LatLonPointSpatialField.patch
          24 kB
          David Smiley

        Issue Links

          Activity

            People

              dsmiley David Smiley
              dsmiley David Smiley
              Votes:
              0 Vote for this issue
              Watchers:
              9 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: