Elasticsearch: remove/update field inside nested object

后端 未结 4 1893
借酒劲吻你
借酒劲吻你 2021-01-12 18:36
{
  \"_index\" : \"test\",
  \"_type\" : \"test\",
  \"_id\" : \"1212\",
  \"_version\" : 5,
  \"found\" : true,
  \"_source\" : {
    \"count\" : 42,
    \"list_dat         


        
4条回答
  •  温柔的废话
    2021-01-12 19:08

    What worked for me was the instructions in the following link. Perhaps it is the version of ES.

提交回复
热议问题