Skip to content

Instantly share code, notes, and snippets.

@antunesleo
Last active October 5, 2018 12:01
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/430a3d389b8a5461b5fe9e4fa14e81b6 to your computer and use it in GitHub Desktop.
Save antunesleo/430a3d389b8a5461b5fe9e4fa14e81b6 to your computer and use it in GitHub Desktop.
Mapping genres field in existing movies index
PUT movies/_mapping/_doc
{
"properties": {
"genres": {
"type": "text"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment