私は Solr 3.5 を実行しており、すでに先輩によって 2 つのコアがセットアップされています。新しいコアを追加する必要があります。Solr ホームは /runtime/local/solr/ です。このディレクトリには、Solr.xml が含まれています。したがって、ここにコアの名前で新しいディレクトリを作成し、次を実行します
http://localhost:7658/solr/admin/cores?action=CREATE&name=core0&instanceDir=/runtime/local/solr/core0/
また、Apache tomcat はメッセージとともに 400 エラーを返し続けます。
Error executing default implementation of CREATE
そして説明は言う
The request sent by the client was syntactically incorrect (Error executing default implementation of CREATE).
ここで何がうまくいかないのですか。Webで検索したものから、構文は正しいようです。