ElasticSearch(十一)Elasticsearch清空指定Index/Type数据

POST /index_name/type_name/_delete_by_query?conflicts=proceed

{
"query": {
"match_all": {}
}
}

 

相关文章:

  • 2021-12-01
  • 2022-01-06
  • 2022-02-27
  • 2022-12-23
  • 2021-12-05
  • 2021-08-27
  • 2022-12-23
  • 2022-01-11
猜你喜欢
  • 2022-12-23
  • 2021-07-02
  • 2022-12-23
  • 2021-11-12
  • 2022-12-23
  • 2022-12-23
  • 2021-08-12
相关资源
相似解决方案