Skip to content

Instantly share code, notes, and snippets.

@sebhomengo
sebhomengo / gist:5136451
Created March 11, 2013 18:31
ElasticSearch geo_distance query
{
"query": {
"filtered": {
"query": {
"term" : { "amenity" : "restaurant" }
},
"filter": {
"geo_distance": {
"distance": "0.3km",
"location": {
@sebhomengo
sebhomengo / gist:5136400
Created March 11, 2013 18:22
OSM ElasticSearch Mapping
{
"node": {
"dynamic_templates": [
{
"tags_template_1": {
"mapping": {
"store": "no",
"type": "multi_field",
"fields": {
"analyzed": {