我是debian的新手,我只是在debian服务器上安装solr。但是我得到了以下错误:-
core1: org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: Could not load config file /usr/share/solr/live/solr/core1/solrconfig.xml
new_core: org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: Could not load config file /usr/share/solr/live/solr/new_core/solrconfig.xml 在哪里我可以找到那个文件,在哪里和如何设置路径我谷歌它和找不到任何解决方案请帮助我。
提前谢谢。
发布于 2014-07-21 17:17:08
它告诉你它希望在哪里找到这个文件。一个示例solrconfig.xml与源发行版捆绑在一起,因此您可以找到Lucene SVN浏览器上的默认示例。
https://stackoverflow.com/questions/24866253
复制相似问题