Skip to content

Instantly share code, notes, and snippets.

@rxhl
Created March 30, 2019 23:40
Show Gist options
  • Save rxhl/d1085f1bc8617e37ff6d8f0f1b70705d to your computer and use it in GitHub Desktop.
Save rxhl/d1085f1bc8617e37ff6d8f0f1b70705d to your computer and use it in GitHub Desktop.
PUT apple
{
"mappings": {
"default": {
"dynamic": false,
"properties": {
"price": {
"type": "integer"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment