Last active
December 11, 2015 09:48
-
-
Save scottburton11/4581837 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -X GET http://localhost:9200/gig_tracks/track/_search -d ' | |
{ filter: | |
{ has_child: | |
{ type: gig_track, | |
filter: | |
{ geo_distance: | |
{ location : | |
{lat: 33, lng: -118}, | |
distance: 100mi | |
} | |
} | |
} | |
} | |
} | |
' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment