0
curl -XPOST 'localhost:9200/test/type1/1/_update' -d 
{
   "doc" : 
    {
    "name" : "new_name"

    },

    "doc_as_upsert" : true  <======== is this in NEST Client?
}

我找不到它。

4

1 回答 1

0

还没有,但有一个工作票,它将在下一个版本中得到支持:

https://github.com/Mpdreamz/NEST/issues/368

于 2013-11-03T11:10:06.180 回答