【发布时间】:2019-08-15 10:35:03
【问题描述】:
reading this article here 之后我无法将以下 SQL 转换为弹性 dsl:
UPDATE myIndex
set field1 = staticValue1, field2 = staticValue2
Where {
"query": {
"bool": {
"must_not": {
"exists": {
"field": "cnpj_estabelecimento"
}}}}}
我该怎么做?
【问题讨论】:
标签: elasticsearch