Class LatLonShapeBoundingBoxQuery

java.lang.Object
org.apache.lucene.search.Query
org.apache.lucene.document.SpatialQuery
org.apache.lucene.document.LatLonShapeBoundingBoxQuery

final class LatLonShapeBoundingBoxQuery extends SpatialQuery
Finds all previously indexed geo shapes that intersect the specified bounding box.

The field must be indexed using LatLonShape.createIndexableFields(java.lang.String, org.apache.lucene.geo.Polygon) added per document.