We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I want to use the GeoDistance like I use the Nest, does support it?
Nest sample:
var results = client.Search<MyDataType>(s => s .Filter(m => m.GeoDistance( c => c.Location, f => f.Distance("100 mi").Location(40.7, -74.0)));