0

我在 elasticsearch 中有“商店”索引,并希望使用以下 json 添加“链”字段:

{
"properties": {
    "chain": {
        "type": "string",
        "store": true
    }
}

如何为索引中的所有现有文档设置默认值?

4

0 回答 0