Trying to use ElasticSearch to create a search that uses distance from a centerpoint to influence relevance.
I don\'t want to simply sort on distance from a point, which
You can use distance function in the script of the Custom Score Query to modify _score based on the distance from a centerpoint.
_score