要修改索引字段的属性,可以使用以下步骤:
GET /{index_name}/_mapping
PUT /{index_name}/_mapping { "properties": { "{field_name}": { "type": "{new_type}" } } }