Last active
October 5, 2018 12:01
-
-
Save antunesleo/430a3d389b8a5461b5fe9e4fa14e81b6 to your computer and use it in GitHub Desktop.
Mapping genres field in existing movies index
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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