Package org.hibernate.search.spatial.impl

Interface Summary
GeometricConstants Geometric constants to use in SpatialHelper calculation
 

Class Summary
DistanceCollector  
DistanceComparator  
DistanceComparatorSource  
DistanceFilter Lucene Filter for filtering documents which have been indexed with Hibernate Search spatial Field bridge Use double lat,long field in the index from a Coordinates field declaration
DistanceSortField Lucene SortField for sorting documents which have been indexed with Hibernate Search spatial
Point Normalized latitude,longitude holder (in [-90;90],[-180,180]) with distance and destination computations methods
QuadTreeFilter Lucene Filter for filtering documents which have been indexed with Hibernate Search Spatial SpatialFieldBridge Use denormalized Quad Tree Cell Ids to return a sub set of documents near the center
Rectangle Bounding box for search area on Earth
SpatialHelper Spatial fields, ids generator and geometric calculation methods for use in SpatialFieldBridge
SpatialQueryBuilderFromPoint The SpatialQueryBuilder holds builder methods for Quad Tree, Distance and Spatial (Quad Tree+Distance) filters and queries
 



Copyright © 2006-2013 Red Hat Middleware, LLC. All Rights Reserved