Module org.apache.lucene.spatial3d
Package org.apache.lucene.spatial3d
Lucene field & query support for the spatial geometry implemented in
org.apache.lucene.spatial3d.geom
.-
Class Summary Class Description Geo3DDocValuesField An per-document 3D location field.Geo3DPoint Add this to a document to index lat/lon or x/y/z point, indexed as a 3D point.Geo3DPointDistanceComparator Compares documents by distance from an origin point, using a GeoDistanceShape to compute the distanceGeo3DPointOutsideDistanceComparator Compares documents by outside distance, using a GeoOutsideDistance to compute the distanceGeo3DPointOutsideSortField Sorts by outside distance from an origin location.Geo3DPointSortField Sorts by distance from an origin location.Geo3DUtil PointInGeo3DShapeQuery Finds all previously indexed points that fall within the specified polygon.PointInShapeIntersectVisitor