Description
In LUCENE-8885, it was introduced a new method on the IntersectsVisitor interface. It contains a default implementation but queries can override it and therefore benefit when there are several documents on a leaf associated to the same point.
In this issue the following queries are proposed to override the default implementation
- LatLonShapeQuery
- RangeFieldQuery
- LatLonPointInPolygonQuery
- LatLonPointDistanceQuery
- PointRangeQuery
- PointInSetQuery
Attachments
Issue Links
- links to