Update Elasticsearch_7.x_基本操作.md

This commit is contained in:
heibaiying 2019-07-12 15:04:38 +08:00 committed by GitHub
parent fd32b38111
commit e6e781c863
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -316,11 +316,11 @@ POST _bulk
```json
POST _bulk
{"操作",{“文档位置”,"可选操作"}}
{"操作",{"文档位置","可选操作"}}
{数据}
{"操作",{“文档位置”,"可选操作"}}
{"操作",{"文档位置","可选操作"}}
{数据}
{"操作",{“文档位置”,"可选操作"}}
{"操作",{"文档位置","可选操作"}}
{数据}
....
```