Uses of Class
org.apache.lucene.document.SpatialQuery
-
Packages that use SpatialQuery Package Description org.apache.lucene.document The logical representation of aDocumentfor indexing and searching. -
-
Uses of SpatialQuery in org.apache.lucene.document
Subclasses of SpatialQuery in org.apache.lucene.document Modifier and Type Class Description (package private) classLatLonPointQueryFinds all previously indexed geo points that comply the givenShapeField.QueryRelationwith the specified array ofLatLonGeometry.(package private) classLatLonShapeBoundingBoxQueryFinds all previously indexed geo shapes that intersect the specified bounding box.(package private) classLatLonShapeQueryFinds all previously indexed geo shapes that comply the givenShapeField.QueryRelationwith the specified array ofLatLonGeometry.(package private) classXYShapeQueryFinds all previously indexed cartesian shapes that comply the givenShapeField.QueryRelationwith the specified array ofXYGeometry.
-