Skip to content

Instantly share code, notes, and snippets.

@kimchy
Created September 1, 2011 11:05
Show Gist options
  • Select an option

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

Select an option

Save kimchy/1185951 to your computer and use it in GitHub Desktop.
{
"[your_mapping_type_here]" : {
"properties" : {
"location" : {
"properties" : {
"pos" : {"type" : "geo_point"}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment