簡體   English   中英

如何使用Jetty設置多核Solr

[英]How to set up multicore solr with Jetty

我已經在Ubuntu 14.04中設置了solr3.6.2,並且工作正常。 現在,我想要此solr安裝的多核設置,我已從以下位置復制了“ core0”,“ core1”和solr.xml

/opt/solr/example/multicore 

/opt/solr/example/ 

並重啟碼頭和太陽能。 當我輸入http:// localhost:8983 / solr / core0時 ,它給出404錯誤。 我該如何解決?

檢查solr.xml文件中的條目。 它應該有這樣的條目

 <core name="core0" instanceDir="./"/>

 <core name="core1" instanceDir="./"/>

請參考下面的鏈接

http://docs.ckan.org/en/ckan-2.2/appendices/solr-multicore.html
http://docs.ckan.org/en/ckan-2.2/appendices/solr-multicore.html#creating-another-solr-core

https://wiki.apache.org/solr/CoreAdmin

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM