Skip to content

Instantly share code, notes, and snippets.

@kimchy
Created May 26, 2011 19:52
Show Gist options
  • Select an option

  • Save kimchy/993927 to your computer and use it in GitHub Desktop.

Select an option

Save kimchy/993927 to your computer and use it in GitHub Desktop.
curl -XGET 'http://localhost:9200/orchard/lemon/_search?pretty=True' -d '
{
"query" : {
"field" : { "name" : "*" }
},
"script_fields" : {
"dist" : {
"lang" : "js",
"script" : "doc.location.distance(32.7, -117.1)"
}
}
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment