gpt4 book ai didi

apache - SimplePostTool : FATAL: Connection error in Solr when trying to index

转载 作者:行者123 更新时间:2023-11-28 21:47:38 25 4
gpt4 key购买 nike

我是 Solr 的新手,当我在我的 solr 中索引 xml 文档时,我遇到了这个错误。

C:\apache-solr-3.2.0\example\exampledocs>java -jar post.jar *.xml
SimplePostTool: version 1.3
SimplePostTool: POSTing files to http://localhost:8983/solr/update..
SimplePostTool: POSTing file gb18030-example.xml
SimplePostTool: FATAL: IOException while posting data: java.net.ConnectException
: Connection refused: connect

然后我意识到我的端口号在我的例子中是本地主机的 7788,所以我这样做了:-

java -Durl=localhost:7788/solr/update -jar post.jar solr.xml

然后我得到这个错误

C:\apache-solr-3.2.0\example\exampledocs>java -Durl=localhost:7788/solr/update -
jar post.jar *.xml
SimplePostTool: version 1.3
SimplePostTool: FATAL: System Property 'url' is not a valid URL: null

任何建议将不胜感激..

最佳答案

我不确定 post.jar 是否理解 -Durl(希望它是)但是如果该参数被接受,那么它应该像这样使用:

java -Durl=http://localhost:7788/solr/update -jar post.jar solr.xml

啊,刚刚找到这个引用,这表明该参数被接受:<罢工> http://borort.wordpress.com/2008/11/19/solr-postjar-post-to-deferent-solr-port-other-than-8983/

关于apache - SimplePostTool : FATAL: Connection error in Solr when trying to index,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6459743/

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