Skip to content

Instantly share code, notes, and snippets.

@antunesleo
Created March 9, 2019 18:55
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 antunesleo/8f2f90536e5b5b730c9c03ca7395bfa4 to your computer and use it in GitHub Desktop.
Save antunesleo/8f2f90536e5b5b730c9c03ca7395bfa4 to your computer and use it in GitHub Desktop.
PUT user_location
{
"mappings": {
"_doc": {
"properties": {
"name": {
"type" : "text"
},
"location": {
"type": "geo_point"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment