我知道我可以使用 optype 仅在文档不存在时为其编制索引。例如:
curl -XPUT 'http://localhost/my_index/my_doc/some_id/_create' -d '{"hello":"world"}'
但是如果我想使用批量 API 来做到这一点。如何在那里插入 _create 标志?
我知道我可以使用 optype 仅在文档不存在时为其编制索引。例如:
curl -XPUT 'http://localhost/my_index/my_doc/some_id/_create' -d '{"hello":"world"}'
但是如果我想使用批量 API 来做到这一点。如何在那里插入 _create 标志?