solr通过 url创建collection
http://localhost:8983/solr/admin/collections?action=CREATE&name=collection
action=DELETE 是删除
action=RELOAD 是重新加载
创建core
http://localhost:8983/solr/admin/cores?action=create&dataDir=data&config=solrconfig.xml&schema=schema.xml&numShards=1&collection=test_search&collection.configName=test_search&name=test_search&shard=shard1
相关推荐
spylyt 2020-09-11
upxiaofeng 2020-06-11
TyCoding 2020-05-03
upxiaofeng 2020-04-30
lionelf 2020-04-20
TyCoding 2020-04-08
TyCoding 2020-03-26
wenchanter 2020-03-26
roygbip 2020-02-16
wsxsxz 2020-02-03
lionelf 2020-02-03
lionelf 2020-02-03
TyCoding 2020-02-01
heniancheng 2020-01-31
lionelf 2020-01-30
TyCoding 2020-01-10