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

spatial RPT optimization when query by point or common date range

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 7.0
    • modules/spatial-extras
    • None
    • New

    Description

      If the query to an RPT index is a 2D point, or if using NumerBrangePrefixTreeStrategy / DateRangePrefixTree (Solr DateRangeField) if the query is a grid cell (a common date range unit like some particular day), then we can do some optimizations, especially if the data is pointsOnly. If the data is pointsOnly the strategy can return a TermQuery, if the data isn't then we can at least tweak the prefixGridScanLevel. This is motivated by two scenarios:

      • indexing polygons and doing lookups by a point (AKA reverse geocoding)
      • indexing date instances and doing date range faceting. Solr's code for this has a fast path for a TermQuery, although more is needed beyond this issue to get there.

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

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: