solr8 0管理界面删除索引

  • A+
所属分类:MySQL

---
title: solr8.0管理界面删除索引
date: 2019-05-08 14:51:54
categories: 全文检索
tags:
- 删除
- solr
---

在Documents页面里,只有/update,是没有/delete的,如果要删除,不能用josn格式,需要选中xml格式,输入以下内容即可。

<delete>
<id>550</id>
</delete>
<commit/>

solr8 0管理界面删除索引

ZPY

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: