Skip to content

Instantly share code, notes, and snippets.

@selcukusta
Created August 7, 2017 19:06
Show Gist options
  • Select an option

  • Save selcukusta/011b4865a27087952157a588f0eec8bc to your computer and use it in GitHub Desktop.

Select an option

Save selcukusta/011b4865a27087952157a588f0eec8bc to your computer and use it in GitHub Desktop.
curl -X POST \
http://localhost:9200/career_sample_index/_search \
-H 'cache-control: no-cache' \
-H 'content-type: application/json' \
-d '{
"query": {
"function_score": {
"functions": [
{
"gauss": {
"Location": {
"origin": "41.170682, 28.538730",
"offset": "1km",
"scale": "500m",
"decay": 0.33
}
}
}
]
}
}
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment