Elasticsearch,是否为NEST客户端提供了“doc_as_upsert”功能?

时间:2013-10-22 21:09:47

标签: elasticsearch nest

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

    },

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

我找不到它。

1 个答案:

答案 0 :(得分:0)

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

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