Interface SortLatLongContext
-
@Deprecated public interface SortLatLongContext
Deprecated.See the deprecation note onSortContext.- Author:
- Emmanuel Bernard emmanuel@hibernate.org, Yoann Rodiere
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description SortDistanceFieldAndReferenceContextandLongitude(double longitude)Deprecated.Sort by the distance to the given longitude andformerly-defined latitude.
-
-
-
Method Detail
-
andLongitude
SortDistanceFieldAndReferenceContext andLongitude(double longitude)
Deprecated.Sort by the distance to the given longitude andformerly-defined latitude.- Parameters:
longitude- The reference longitude, part of the coordinates to which the distance will be computed for each document.- Returns:
thisfor method chaining
-
-