【发布时间】:2015-06-12 23:57:22
【问题描述】:
我使用 Windows 中的 Bitnami 安装来安装 solr。当我使用日光浴室 ping 服务器时。
如果使用 var_dump($result->getResponse());然后一切正常,但如果我使用 var_dump($result->getdata());我收到一条错误消息,提示无法对 JSON 进行编码。
同样,当我尝试将数据索引到 solr 服务器时,我得到了这个错误。
Fatal error: Uncaught exception 'Solarium\Exception\HttpException' with message 'Solr HTTP error: OK (405) Error 405 HTTP method POST is not supported by this URL<br> HTTP ERROR 405<br> Problem accessing /solr/admin.html. Reason: <br> HTTP method POST is not supported by this URL<br> Powered by Jetty<br> in C:\xampp\htdocs\trial\search\vendor\solarium\solarium\library\Solarium\Core\Query\Result\Result.php on line 104</p> <p>What can be the possible issue?</p>
【问题讨论】: