执行索引过程时,Solr返回错误#400错误请求

时间:2014-01-15 15:03:03

标签: java solr

我在solr.xml和monitor.xml文件中更改信息,生成reindex并查看下一步

我的cmd:

D:\solr-4.6.0\solr-4.6.0\example\exampledocs>java -jar post.jar solr.xml monitor.xml
SimplePostTool version 1.5
Posting files to base url http://localhost:8983/solr/update using content-type application/xml..
POSTing file solr.xml
SimplePostTool: WARNING: Solr returned an error #400 Bad Request
SimplePostTool: WARNING: IOException while reading response: java.io.IOException: Server returned HTTP response code: 400 fo
r URL: http://localhost:8983/solr/update
POSTing file monitor.xml
SimplePostTool: WARNING: Solr returned an error #400 Bad Request
SimplePostTool: WARNING: IOException while reading response: java.io.IOException: Server returned HTTP response code: 400 fo
r URL: http://localhost:8983/solr/update
2 files indexed.
COMMITting Solr index changes to http://localhost:8983/solr/update..
Time spent: 0:00:00.061

如果我做q=*:*之后 - 我在这些文件中看不到新字段。

我错了什么?

1 个答案:

答案 0 :(得分:-3)

从日志中看起来,您对solr.xml / monitor.xml文件进行了一些更改,该文件位于/ solr / example / exampledocs文件夹中。您可以使用solr.zip

中的原始文件再次替换该文件