Uppercase Processor(大写处理器)

将 string(字符串)转换为与它一样的 uppercase(大写字母)。

Table 33. Uppercase Options(表 33. 大写选项)

Name(名称) Required(必要的) Default(默认值) Description(描述)
field yes - 要转换成 uppercase(大写字母)的 field(字段)
ignore_missing no false 如果该值为 true 并且 field(字段)不存在或为 null,则该 processor(处理器)静默退出且不修改 document(文档)
{
  "uppercase": {
    "field": "foo"
  }
}