【问题标题】:Elasticsearch, is this "doc_as_upsert" feature in place for NEST client?Elasticsearch,这个“doc_as_upsert”功能是否适用于 NEST 客户端?
【发布时间】:2013-11-03 19:10:06
【问题描述】:
curl -XPOST 'localhost:9200/test/type1/1/_update' -d 
{
   "doc" : 
    {
    "name" : "new_name"

    },

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

我没找到。

【问题讨论】:

    标签: elasticsearch nest


    【解决方案1】:

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

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

    【讨论】:

      猜你喜欢
      • 2014-06-23
      • 1970-01-01
      • 2017-12-22
      • 2015-02-19
      • 2020-12-22
      • 2012-09-23
      • 2018-02-18
      • 1970-01-01
      • 2013-03-31
      相关资源
      最近更新 更多