サーバーに2つのコアがあり、これをリクエスト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 -jarpost.jardeleteSites.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..
マルチメディアという名前のコアが1つあり、XMLを使用してコアの1つを更新したいと思います。-Durlがなくても、2つのコアのどちらにも、含まれる結果の数に違いはありません(削除する必要があります)
サイトの削除xmlは次のとおりです。<delete><query>*:*</query></delete>