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

Remove two-phase iteration from LatLonPoint.newDistanceQuery

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 6.1, 7.0
    • None
    • None
    • New

    Description

      This was a nice crutch for tons of expensive per-document methods, but its no longer needed anymore. After LUCENE-7147 these are truly only boundary cases and we aren't doing a ton of per doc checks anymore. See LUCENE-7212 for inspiration.

      The extra bitset needed, 64-bit docvalues fetch, etc, this cost is no longer worth it.

      Attachments

        1. LUCENE-7214.patch
          5 kB
          Robert Muir

        Activity

          People

            Unassigned Unassigned
            rcmuir Robert Muir
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: