我正在尝试使Solr插件(语义知识图插件)成功工作,但是在下面始终出现错误。我花了数小时试图在github,stackoverflow等上寻求帮助,但没有任何在线解决方案可以帮助解决我的问题。更具体地说,我不知道消息“ URLDecoder:转义(%)模式中的无效数字(r)”的含义以及如何解决。
此链接(https://www.slideshare.net/treygrainger/the-apache-solr-semantic-knowledge-graph)带您转到插件创建者提供的分步说明,以向您提供有关我现在所在位置的一些信息。我是solr的新手,因此非常感谢您提供任何建议!
curl -X POST -H 'Content-Type:application/octet-stream' --data-binary @semantic-knowledge-graph-1.0-SNAPSHOT.jar http://localhost:8983/solr/.system/blob/skg.jar
{
"error":{
"metadata":[
"error-class","org.apache.solr.common.SolrException",
"root-error-class","org.apache.solr.common.SolrException"],
"msg":"URLDecoder: Invalid digit (r) in escape (%) pattern",
"code":400}}
更新:我曾尝试过用'替换'的建议,这就是发生的情况。不确定错误的含义。
C:\Users\lalong\Downloads\solr-8.2.0\bin\semantic-knowledge-graph\knowledge-graph>curl -X POST -H "Content-Type:application/octet-stream" --data-binary @semantic-knowledge-graph-1.0-SNAPSHOT.jar http://localhost:8983/solr/.system/blob/skg.jar
{
"responseHeader":{
"rf":1,
"status":0,
"QTime":737}}