Solr核心无法正常工作

时间:2014-02-16 20:18:48

标签: solr lucene

我在Solr中设置了一个新核心,并在solr.xml中进行了更改以指向新核心。

当我点击下面的网址时

http://localhost/solr/my_new_core/select?q=*:* 

我能得到以下的回应

<response>
<lst name="responseHeader">
<int name="status">0</int>
<int name="QTime">0</int>
<lst name="params">
<str name="q">*:*</str>
</lst>
</lst>
<result name="response" numFound="0" start="0"/>
</response>

但是当我尝试通过以下命令索引数据时

http://localhost/solr/my_new_core/dataimport?command=full-import

我得到了

Error 400: Missing solr core name in path

当新的核心搜索器很好以及为什么数据导入不起作用时,如何才能实现,数据导入在我的默认核心中工作正常。

1 个答案:

答案 0 :(得分:0)

  1. 您能否提供有关要导入的项目类型性质的更多详细信息。有时多语言需要特定的配置。

  2. 您能否提供schema.xml或至少其他问题中提及的部分:Getting "missing core name in path" when trying to access Solr admin installed on Glassfish或此问题 - HTTP ERROR: 404 missing core name in path with solr