Class IntersectsRPTVerifyQuery

java.lang.Object
org.apache.lucene.search.Query
org.apache.lucene.spatial.composite.IntersectsRPTVerifyQuery

public class IntersectsRPTVerifyQuery extends Query
A spatial Intersects predicate that distinguishes an approximated match from an exact match based on which cells are within the query shape. It exposes a TwoPhaseIterator that will verify a match with a provided predicate in the form of an ShapeValuesPredicate.
NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.