Class PointInSetQuery.MergePointVisitor

  • All Implemented Interfaces:
    PointValues.IntersectVisitor
    Enclosing class:
    PointInSetQuery

    private class PointInSetQuery.MergePointVisitor
    extends java.lang.Object
    implements PointValues.IntersectVisitor
    Essentially does a merge sort, only collecting hits when the indexed point and query point are the same. This is an optimization, used in the 1D case.