我正在为我的一个项目使用solr服务器。手动导入和查询选择工作正常。我也能够从solr服务器获得结果。实际问题是,每当我尝试使用PHP-SolrClient更新solr服务器时,它返回错误。我使用下面给出的查询进行solr更新的代码。$options=array('hostname'=>'xxx.xxx.xxx.xxx','login'=>'','password'=>'','port'=>8983);$client=newSolrClient($options);$client->ping();但代码返回以下错误。Warning:SolrClient::ping():Entity:l