14.4.1.1. 索引

14.4.1.1.1. 替换索引中某字段的内容

curl -X POST "localhost:9200/cmccyn_doc_oa_202003/_doc/8f5bdb7e87ba331ebfc5195455cbae63/_update?pretty" -H 'Content-Type: application/json' -d'
{
    "script" : "ctx._source.url=ctx._source.url.replaceAll("OpenDocumnet","OpenDocument")"
}'