标签: elasticsearch
我知道如果文档不存在,我可以使用optype仅索引文档。 例如:
curl -XPUT 'http://localhost/my_index/my_doc/some_id/_create' -d '{"hello":"world"}'
但如果我想使用批量API做这件事怎么办?如何在那里插入_create标志?