Skip to content

Instantly share code, notes, and snippets.

@antunesleo
Created September 4, 2018 00:37
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/1c6a98515e249a71bd7399aa6089d603 to your computer and use it in GitHub Desktop.
Save antunesleo/1c6a98515e249a71bd7399aa6089d603 to your computer and use it in GitHub Desktop.
Syntax to map the field of an index
{
"mappings": {
"_doc": {
"properties": {
# all my fields here
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment