1、打开Solr Admin界面
2、在Core Selector中选择要清空的Core
3、点击子菜单中的Documents
4、在Document Type的下拉框选择XML
5、在Document(s)的输入框输入:
<delete><query>*:*</query></delete>
<commit/>
6、点击Submit Document按钮
1、打开Solr Admin界面
2、在Core Selector中选择要清空的Core
3、点击子菜单中的Documents
4、在Document Type的下拉框选择XML
5、在Document(s)的输入框输入:
<delete><query>*:*</query></delete>
<commit/>
6、点击Submit Document按钮