Interface SortLatLongContext


  • @Deprecated
    public interface SortLatLongContext
    Deprecated.
    See the deprecation note on SortContext.
    Author:
    Emmanuel Bernard emmanuel@hibernate.org, Yoann Rodiere
    • Method Detail

      • andLongitude

        SortDistanceFieldAndReferenceContext andLongitude​(double longitude)
        Deprecated.
        Sort by the distance to the given longitude and formerly-defined latitude.
        Parameters:
        longitude - The reference longitude, part of the coordinates to which the distance will be computed for each document.
        Returns:
        this for method chaining