NEST by Elasticsearch Inc. and contributors

<PackageReference Include="NEST" Version="1.5.1" />

.NET API 2,253,312 bytes

 SortGeoDistanceDescriptor<T>

public SortGeoDistanceDescriptor<T> MissingValue(string value)

public SortGeoDistanceDescriptor<T> OnField(string field)

public SortGeoDistanceDescriptor<T> OnField(Expression<Func<T, object>> objectPath)

public SortGeoDistanceDescriptor<T> PinTo(string geoLocationHash)

public SortGeoDistanceDescriptor<T> PinTo(IEnumerable<string> geoLocationHashes)

public SortGeoDistanceDescriptor<T> PinTo(double Lat, double Lon)

public SortGeoDistanceDescriptor<T> PinTo(GeoLocation[] geoLocationHashes)