gpt4 book ai didi

xml - 错误 404 : Prob accessing/solr/update. 原因:未找到

转载 作者:数据小太阳 更新时间:2023-10-29 01:42:38 28 4
gpt4 key购买 nike

我关注了 solr tutorial并将默认 collection1 重命名为 core1,但是当我尝试使用以下命令将 XML 导入 solr 时出现错误 404:

curl http://127.0.0.1:8983/solr/update --data-binary @monitor.xml -H 'Content-type:application/xml'

这是响应:

<h2>HTTP ERROR 404</h2>
<p>Problem accessing /solr/update. Reason:
<pre> Not Found</pre></p><hr /><i><small>Powered by Jetty://</small></i>

最佳答案

如果您将集合重命名为 core1,您应该运行此命令:

curl http://127.0.0.1:8983/solr/core1/update --data-binary @monitor.xml -H 'Content-type:application/xml'

也就是说,您在“solr”和操作之间添加集合名称 - 同样的事情适用于查询:

http://localhost:8983/solr/core1/select?q=solr&wt=xml

关于xml - 错误 404 : Prob accessing/solr/update. 原因:未找到,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24654957/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com