Class SpatialQuery

java.lang.Object
org.apache.lucene.search.Query
org.apache.lucene.document.SpatialQuery
Direct Known Subclasses:
LatLonPointQuery, LatLonShapeBoundingBoxQuery, LatLonShapeQuery, XYShapeQuery

abstract class SpatialQuery extends Query
Base query class for all spatial geometries: LatLonShape, LatLonPoint and XYShape. In order to create a query, use the factory methods on those classes.