創建 Core
$ bin/solr create -c solr_docs
Setup new core instance directory:
/srv/solr/server/solr/solr_docs
Creating new core 'solr_docs' using command:
http://localhost:8983/solr/admin/cores?action=CREATE&name=solr_docs&instanceDir=solr_docs
{
"responseHeader":{
"status":0,
"QTime":865},
"core":"solr_docs"}
$ bin/solr create -c test
Setup new core instance directory:
/srv/solr/server/solr/test
Creating new core 'test' using command:
http://localhost:8983/solr/admin/cores?action=CREATE&name=test&instanceDir=test
{
"responseHeader":{
"status":0,
"QTime":246},
"core":"test"}