> For the complete documentation index, see [llms.txt](https://learnsql.gitbook.io/lernmysql/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learnsql.gitbook.io/lernmysql/them-nhieu-bang-_bulk-ok.md).

# Thêm nhiều bằng \_bulk (ok)

Thêm

```
curl -XPOST 'http://localhost:9200/_bulk' -H 'Content-Type: application/json' -d '
	{"index": {"_index":"product","_id":"4"}}
	{"index": {"_index":"product","_id":"5"}}
'
```

Import bằng json thực hiện sau :(((
