Skip to content

Instantly share code, notes, and snippets.

@monken
Created June 27, 2011 10:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monken/1048605 to your computer and use it in GitHub Desktop.
Save monken/1048605 to your computer and use it in GitHub Desktop.
curl -XGET http://localhost:9200/esindex/job/_search -d '{"filtered":{"query":{"match_all":{}},"filter":{"geo_distance":{"distance":"200km","job.geo_loc":{"lat":45.16667,"lon":10.8}}}}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment