Package org.hibernate.search.query.dsl
Interface WithinContext
-
@Deprecated public interface WithinContext
Deprecated.See the deprecation note onQueryBuilder.- Author:
- Emmanuel Bernard
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceWithinContext.LongitudeContextDeprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description SpatialTerminationofCoordinates(Coordinates coordinates)Deprecated.Coordinate object representing the center of the searchWithinContext.LongitudeContextofLatitude(double latitude)Deprecated.Latitude in degree
-
-
-
Method Detail
-
ofCoordinates
SpatialTermination ofCoordinates(Coordinates coordinates)
Deprecated.Coordinate object representing the center of the search- Parameters:
coordinates- the spatialCoordinates- Returns:
- the
SpatialTermination
-
ofLatitude
WithinContext.LongitudeContext ofLatitude(double latitude)
Deprecated.Latitude in degree- Parameters:
latitude- the latitude value- Returns:
- the
WithinContext.LongitudeContext
-
-