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

Implement Spatial "disjoint" predicate.

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 4.3, 6.0
    • modules/spatial
    • None
    • New

    Description

      The "IsDisjointTo" SpatialOperation is not implemented for RecursivePrefixTreeStrategy and some/all others. It has been very low priority because it is simply the inverse of "Intersects" which is universally implemented on the SpatialStrategy implementations.

      • Should spatial "disjoint" count documents that have no spatial data?
      • Arguably, there should be one implementation amongst the SpatialStrategies implemented in terms of "Intersects"; this way each strategy need not deal with it.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: