Skip to content

Instantly share code, notes, and snippets.

@julie-mills
Created January 24, 2024 00:58
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 julie-mills/b83e89341f4db23e021df4ca6b5ed644 to your computer and use it in GitHub Desktop.
Save julie-mills/b83e89341f4db23e021df4ca6b5ed644 to your computer and use it in GitHub Desktop.
PUT /movies/_mapping
{
"properties": {
"category": {
"type": "keyword"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment