Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
curl -XPOST 'localhost:9200/test/type1/1/_update' -d { "doc" : { "name" : "new_name" }, "doc_as_upsert" : true <======== is this in NEST Client? }
我找不到它。
还没有,但有一个工作票,它将在下一个版本中得到支持:
https://github.com/Mpdreamz/NEST/issues/368