【发布时间】: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
curl -XPOST 'localhost:9200/test/type1/1/_update' -d
{
"doc" :
{
"name" : "new_name"
},
"doc_as_upsert" : true <======== is this in NEST Client?
}
我没找到。
【问题讨论】:
标签: elasticsearch nest
目前还没有,但有一个工作票,它将在下一个版本中得到支持:
【讨论】: