Uses of Interface
org.hibernate.search.query.dsl.SpatialTermination
-
Packages that use SpatialTermination Package Description org.hibernate.search.query.dsl Provide a domain specific language to write Lucene queries and create faceting requests. -
-
Uses of SpatialTermination in org.hibernate.search.query.dsl
Methods in org.hibernate.search.query.dsl that return SpatialTermination Modifier and Type Method Description SpatialTerminationWithinContext.LongitudeContext. andLongitude(double longitude)Longitude in degreeSpatialTerminationWithinContext. ofCoordinates(Coordinates coordinates)Deprecated.Coordinate object representing the center of the search
-