Uses of Interface
org.hibernate.search.spatial.Coordinates
-
Packages that use Coordinates Package Description org.hibernate.search.query.dsl Provide a domain specific language to write Lucene queries and create faceting requests.org.hibernate.search.query.dsl.sort org.hibernate.search.query.engine.spi org.hibernate.search.spatial -
-
Uses of Coordinates in org.hibernate.search.query.dsl
Methods in org.hibernate.search.query.dsl with parameters of type Coordinates Modifier and Type Method Description SpatialTerminationWithinContext. 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 Coordinates Modifier and Type Method Description SortDistanceFieldAndReferenceContextSortDistanceFieldContext. 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 Coordinates Modifier and Type Method Description HSQueryHSQuery. 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 Coordinates Modifier and Type Method Description static GeoPointCoordinates. toGeoPoint(Coordinates coordinates)Deprecated.
-