如图使用postman删除数据:

elasticsearch删除指定索引下的数据

 

请求代码:

http://ip:9200/index/type/_delete_by_query?pretty={
    "query": {
        "match_all": {
        }
    }
}

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-19
  • 2022-12-23
  • 2022-02-18
  • 2021-06-26
  • 2022-02-22
  • 2021-09-15
猜你喜欢
  • 2021-12-10
  • 2021-06-09
  • 2021-06-22
  • 2021-11-23
  • 2021-12-01
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案