Uses of Class
org.apache.lucene.document.SpatialQuery
-
Packages that use SpatialQuery Package Description org.apache.lucene.document The logical representation of aDocument
for 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) class
BaseShapeDocValuesQuery
Base query class for ShapeDocValues queries.(package private) class
LatLonPointQuery
Finds all previously indexed geo points that comply the givenShapeField.QueryRelation
with the specified array ofLatLonGeometry
.(package private) class
LatLonShapeBoundingBoxQuery
Finds all previously indexed geo shapes that intersect the specified bounding box.(package private) class
LatLonShapeDocValuesQuery
Bounding Box query forShapeDocValuesField
representingXYShape
(package private) class
LatLonShapeQuery
Finds all previously indexed geo shapes that comply the givenShapeField.QueryRelation
with the specified array ofLatLonGeometry
.(package private) class
XYShapeDocValuesQuery
Bounding Box query forShapeDocValuesField
representingXYShape
(package private) class
XYShapeQuery
Finds all previously indexed cartesian shapes that comply the givenShapeField.QueryRelation
with the specified array ofXYGeometry
.
-