我所试图做的使用Solr的是索引文件。
我已经安装并运行在Windows环境下启动Solr的服务器,我使用SolrJ试图索引。
然而,当我尝试添加Solr的文件服务器如下图所示它导致一个错误
server.add(indexDoc);
错误
Error from server at http://localhost:8983/solr: Expected mime type application/octet-stream but got text/html
<body><h2>HTTP ERROR 404</h2>
<p>Problem accessing /solr/update. Reason:
<pre> Not Found</pre></p><hr /><i><small>Powered by Jetty://</small></i><br/>
什么是对这个问题的可能原因。