OTZF

  • ES删除字段指南

    一、ES删除字段类型 ES删除字段类型可以通过PUT映射API实现。 PUT /my_index/_mapping { “properties”: { “my_field”: { …

    编程 2024-10-03