208 B
208 B
覆盖式修改,指定id
put /index/book/1
{
"name": "test",
"version": "v1"
}
指定字段修改
post /index/book/1/_update
{
"doc":
{
"version": "v2"
}
}