- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我是 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/
WINDOWS 10 -- SOLR 7.5.0 -- JDK 11.0.1 -- JRE1.8.0_191 -- SIMPLEPOSTTOOL 5.0.0 我已在下面发布了解决方案;用户:Famou
WINDOWS 10 -- SOLR 7.5.0 -- JDK 11.0.1 -- JRE1.8.0_191 -- SIMPLEPOSTTOOL 5.0.0 我已在下面发布了解决方案;用户:Famou
我正在关注Apache Solr quickstart tutorial 。本教程遇到了对丰富文件的目录进行索引的情况,这需要实现 java -Dauto -Drecursive org.apache
我是 Solr 的新手,当我在我的 solr 中索引 xml 文档时,我遇到了这个错误。 C:\apache-solr-3.2.0\example\exampledocs>java -jar post
我是 solr 的新手,我想启动一个位于 exampledocs 文件夹中的示例,但是当我尝试使用 Windows 提示启动它时,标题中出现错误消息。 有人可以帮助我吗? 最佳答案 在 Windows
我正在尝试使用 Solr 6.1.0 的 simpleposttool (bin/post) 为大型文件存储库(阳光下各种格式的 10,000 多个文档)建立索引。它会运行很长一段时间而没有任何问题,
我是一名优秀的程序员,十分优秀!