Update mapping PUT should use /_mapping

Instead of /mapping
This commit is contained in:
Brady Vidovic 2015-10-30 12:17:40 -05:00 committed by Lee Hinman
parent 4bbea60c40
commit 7ea5a7ea80

View File

@ -99,7 +99,7 @@ PUT my_index <1>
}
}
PUT my_index/mapping/user
PUT my_index/_mapping/user
{
"properties": {
"name": {