我的服务器上有两个核心,我已将其作为请求 xml
:
我运行
java -Durl=http:/localhost:8983/solr/multimedia/update -jar post.jar deleteSites.xml
我得到
SimplePostTool version 1.5
Posting files to base url http://localhost:8983/solr/multimedia/update using content-type application/xml..
POSTing file deleteSites.xml
1 files indexed.
COMMITting Solr index changes to http://localhost:8983/solr/multimedia/update..
我运行 java -jar post.jar deleteSites.xml 我得到
SimplePostTool version 1.5
Posting files to base url http://localhost:8983/solr/update using content-type application/xml..
POSTing file deleteSites.xml
1 files indexed.
COMMITting Solr index changes to http://localhost:8983/solr/update..
我有一个名为多媒体的核心,我想使用 XML 来更新其中一个核心。即使没有 -Durl,这两个核心在它们包含的结果数量上也没有任何差异(应该删除它们)
删除站点 xml 如下:<delete><query>*:*</query></delete>