我在 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>