Update bulk.md
This commit is contained in:
parent
f9e831c4cf
commit
6abaa71599
|
@ -96,7 +96,7 @@ All actions support the same metadata: `_index`, `_id`, and `_require_alias`.
|
|||
|
||||
```json
|
||||
{ "index": { "_index": "movies", "_id": "tt1979320" } }
|
||||
{ "title": "Rush", "year":2013}
|
||||
{ "title": "Rush", "year": 2013}
|
||||
```
|
||||
|
||||
- Update
|
||||
|
|
Loading…
Reference in New Issue