Uses of Interface
org.hibernate.search.spatial.Coordinates
Packages that use Coordinates
Package
Description
Provide a domain specific language to write Lucene queries and create faceting requests.
-
Uses of Coordinates in org.hibernate.search.query.dsl
Methods in org.hibernate.search.query.dsl with parameters of type CoordinatesModifier and TypeMethodDescriptionWithinContext.ofCoordinates(Coordinates coordinates) Deprecated.Coordinate object representing the center of the search -
Uses of Coordinates in org.hibernate.search.query.dsl.sort
Methods in org.hibernate.search.query.dsl.sort with parameters of type CoordinatesModifier and TypeMethodDescriptionSortDistanceFieldContext.fromCoordinates(Coordinates coordinates) Deprecated.Sort by the distance to the givenCoordinates. -
Uses of Coordinates in org.hibernate.search.query.engine.spi
Methods in org.hibernate.search.query.engine.spi with parameters of type CoordinatesModifier and TypeMethodDescriptionHSQuery.setSpatialParameters(Coordinates center, String fieldName) Deprecated.setSpatialParameters. -
Uses of Coordinates in org.hibernate.search.spatial
Methods in org.hibernate.search.spatial with parameters of type CoordinatesModifier and TypeMethodDescriptionstatic org.hibernate.search.engine.spatial.GeoPointCoordinates.toGeoPoint(Coordinates coordinates) Deprecated.